Color: #CC8BFD
#CC8BFD Color Information
#CC8BFD is a light color. The closest websafe version is #CC8BFD. A complement of this color would be #BDFD8B, perceived brightness is 0.67, and the grayscale version is #C4C4C4.
In the HSL color space, this color has a hue angle of 274°,a saturation of 97%, and a lightness of 77%.The HSV representation shows a hue of 274°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CC8BFD is composed of 80% red, 55% green and 99% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 45% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 37.90, x: 0.3112, and y: 0.2343.
Color Code #CC8BFD
Shades of Color #CC8BFD
Shades are created by darkening the original color #CC8BFD 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 #CC8BFD
Tints are created by lightening the original color #CC8BFD 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 #CC8BFD Color Code
In the HSL color space, this color has a hue angle of 274°, a saturation of 97%, and a lightness of 77%. The HSV representation shows a hue of 274°, a saturation of 45%, and a value of 99%.
- HEX: #CC8BFD
- RGB: rgb(204, 139, 253)
- HSL: hsl(274, 97%, 77%)
- HSV: hsv(274, 45%, 99%)
- CMYK: 19.00% cyan, 45.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 50.33, 37.90, 73.50
- Yxy: 37.90, 0.3112, 0.2343
- Hunter Lab: 67.95, 40.74, -47.69
- CIE-Lab: 67.95, 40.74, -47.69
In the XYZ color space, this color is represented as X: 50.33, Y: 37.90, Z: 73.50. The Yxy representation further refines this as Y: 37.90, x: 0.3112, and y: 0.2343.
In the Hunter Lab color space, this color is represented as L: 67.95, a: 40.74, and b: -47.69. Similarly, in the CIE-Lab color space, it is represented as L: 67.95, a: 40.74, and b: -47.69.
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 #CC8BFD
Triadic colors are three colors evenly spaced around the color wheel, including #CC8BFD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CC8BFD
Monochromatic colors are variations of #CC8BFD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CC8BFD
The complementary color of #CC8BFD 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 #CC8BFD
/* Using HEX */ body { background-color: #cc8bfd; }
/* Using RGB */ body { background-color: rgb(204, 139, 253); }
/* Using RGB with opacity */ body { background-color: rgba(204, 139, 253, 0.5); }
/* Using HSL */ body { background-color: hsl(274, 97%, 77%); }
/* Text color */ p { color: #cc8bfd; }
/* Box shadow */ div { box-shadow: 4px 4px #cc8bfd; }
HTML Examples of #CC8BFD
<!-- Using HEX --> <div style="background-color: #cc8bfd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(204, 139, 253); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(204, 139, 253, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(274, 97%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cc8bfd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cc8bfd; width: 100px; height: 100px;"></div>
Related Colors of #CC8BFD
These colors are similar to #CC8BFD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.