Color: #C55CEB
#C55CEB Color Information
#C55CEB is a light color. The closest websafe version is #C55CEB. A complement of this color would be #82EB5C, perceived brightness is 0.55, and the grayscale version is #A4A4A4.
In the HSL color space, this color has a hue angle of 284°,a saturation of 78%, and a lightness of 64%.The HSV representation shows a hue of 284°, a saturation of 61%, and a value of 92%.
In a RGB color space, #C55CEB is composed of 77% red, 36% green and 92% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 61% magenta, 0% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 25.13, x: 0.3187, and y: 0.1984.
Color Code #C55CEB
Shades of Color #C55CEB
Shades are created by darkening the original color #C55CEB in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #C55CEB
Tints are created by lightening the original color #C55CEB in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #C55CEB Color Code
In the HSL color space, this color has a hue angle of 284°, a saturation of 78%, and a lightness of 64%. The HSV representation shows a hue of 284°, a saturation of 61%, and a value of 92%.
- HEX: #C55CEB
- RGB: rgb(197, 92, 235)
- HSL: hsl(284, 78%, 64%)
- HSV: hsv(284, 61%, 92%)
- CMYK: 16.00% cyan, 61.00% magenta, 0.00% yellow, 8.00% black
- XYZ: 40.36, 25.13, 61.15
- Yxy: 25.13, 0.3187, 0.1984
- Hunter Lab: 57.20, 58.48, -54.77
- CIE-Lab: 57.20, 58.48, -54.77
In the XYZ color space, this color is represented as X: 40.36, Y: 25.13, Z: 61.15. The Yxy representation further refines this as Y: 25.13, x: 0.3187, and y: 0.1984.
In the Hunter Lab color space, this color is represented as L: 57.20, a: 58.48, and b: -54.77. Similarly, in the CIE-Lab color space, it is represented as L: 57.20, a: 58.48, and b: -54.77.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #C55CEB
Triadic colors are three colors evenly spaced around the color wheel, including #C55CEB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C55CEB
Split complementary colors are two colors adjacent to the complementary color of #C55CEB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C55CEB
Monochromatic colors are variations of #C55CEB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C55CEB
The complementary color of #C55CEB is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #C55CEB
/* Using HEX */ body { background-color: #c55ceb; }
/* Using RGB */ body { background-color: rgb(197, 92, 235); }
/* Using RGB with opacity */ body { background-color: rgba(197, 92, 235, 0.5); }
/* Using HSL */ body { background-color: hsl(284, 78%, 64%); }
/* Text color */ p { color: #c55ceb; }
/* Box shadow */ div { box-shadow: 4px 4px #c55ceb; }
/* Border color */ .box { border: 4px solid #c55ceb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c55ceb; }
/* Background with text */ div { background: #c55ceb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C55CEB
<!-- Using HEX --> <div style="background-color: #c55ceb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(197, 92, 235); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(197, 92, 235, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(284, 78%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c55ceb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c55ceb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c55ceb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c55ceb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c55ceb; color: #fff; padding: 16px; border-radius: 8px;"> #C55CEB </div>
Related Colors of #C55CEB
These colors are similar to #C55CEB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.