Color: #C95BCD
#C95BCD Color Information
#C95BCD is a light color. The closest websafe version is #C95BCD. A complement of this color would be #5FCD5B, perceived brightness is 0.54, and the grayscale version is #949494.
In the HSL color space, this color has a hue angle of 298°,a saturation of 53%, and a lightness of 58%.The HSV representation shows a hue of 298°, a saturation of 100%, and a value of 100%.
In a RGB color space, #C95BCD is composed of 79% red, 36% green and 80% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 56% magenta, 0% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 24.20, x: 0.3544, and y: 0.2244.
Color Code #C95BCD
Shades of Color #C95BCD
Shades are created by darkening the original color #C95BCD 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 #C95BCD
Tints are created by lightening the original color #C95BCD 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 #C95BCD Color Code
In the HSL color space, this color has a hue angle of 298°, a saturation of 53%, and a lightness of 58%. The HSV representation shows a hue of 298°, a saturation of 56%, and a value of 80%.
- HEX: #C95BCD
- RGB: rgb(201, 91, 205)
- HSL: hsl(298, 53%, 58%)
- HSV: hsv(298, 56%, 80%)
- CMYK: 2.00% cyan, 56.00% magenta, 0.00% yellow, 20.00% black
- XYZ: 38.23, 24.20, 45.43
- Yxy: 24.20, 0.3544, 0.2244
- Hunter Lab: 56.28, 55.76, -39.29
- CIE-Lab: 56.28, 55.76, -39.29
In the XYZ color space, this color is represented as X: 38.23, Y: 24.20, Z: 45.43. The Yxy representation further refines this as Y: 24.20, x: 0.3544, and y: 0.2244.
In the Hunter Lab color space, this color is represented as L: 56.28, a: 55.76, and b: -39.29. Similarly, in the CIE-Lab color space, it is represented as L: 56.28, a: 55.76, and b: -39.29.
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 #C95BCD
Triadic colors are three colors evenly spaced around the color wheel, including #C95BCD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C95BCD
Monochromatic colors are variations of #C95BCD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C95BCD
The complementary color of #C95BCD 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 #C95BCD
/* Using HEX */ body { background-color: #c95bcd; }
/* Using RGB */ body { background-color: rgb(201, 91, 205); }
/* Using RGB with opacity */ body { background-color: rgba(201, 91, 205, 0.5); }
/* Using HSL */ body { background-color: hsl(298, 53%, 58%); }
/* Text color */ p { color: #c95bcd; }
/* Box shadow */ div { box-shadow: 4px 4px #c95bcd; }
HTML Examples of #C95BCD
<!-- Using HEX --> <div style="background-color: #c95bcd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(201, 91, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(201, 91, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(298, 53%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c95bcd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c95bcd; width: 100px; height: 100px;"></div>
Related Colors of #C95BCD
These colors are similar to #C95BCD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.