Color: #C875FF
#C875FF Color Information
#C875FF is a light color. The closest websafe version is #C875FF. A complement of this color would be #ACFF75, perceived brightness is 0.62, and the grayscale version is #BABABA.
In the HSL color space, this color has a hue angle of 276°,a saturation of 99%, and a lightness of 73%.The HSV representation shows a hue of 276°, a saturation of 100%, and a value of 100%.
In a RGB color space, #C875FF is composed of 78% red, 46% green and 100% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 54% magenta, 0% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 31.67, x: 0.3049, and y: 0.2084.
Color Code #C875FF
Shades of Color #C875FF
Shades are created by darkening the original color #C875FF 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 #C875FF
Tints are created by lightening the original color #C875FF 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 #C875FF Color Code
In the HSL color space, this color has a hue angle of 276°, a saturation of 100%, and a lightness of 73%. The HSV representation shows a hue of 276°, a saturation of 54%, and a value of 100%.
- HEX: #C875FF
- RGB: rgb(200, 117, 255)
- HSL: hsl(276, 100%, 73%)
- HSV: hsv(276, 54%, 100%)
- CMYK: 22.00% cyan, 54.00% magenta, 0.00% yellow, 0.00% black
- XYZ: 46.34, 31.67, 73.95
- Yxy: 31.67, 0.3049, 0.2084
- Hunter Lab: 63.07, 50.86, -56.50
- CIE-Lab: 63.07, 50.86, -56.50
In the XYZ color space, this color is represented as X: 46.34, Y: 31.67, Z: 73.95. The Yxy representation further refines this as Y: 31.67, x: 0.3049, and y: 0.2084.
In the Hunter Lab color space, this color is represented as L: 63.07, a: 50.86, and b: -56.50. Similarly, in the CIE-Lab color space, it is represented as L: 63.07, a: 50.86, and b: -56.50.
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 #C875FF
Triadic colors are three colors evenly spaced around the color wheel, including #C875FF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C875FF
Monochromatic colors are variations of #C875FF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C875FF
The complementary color of #C875FF 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 #C875FF
/* Using HEX */ body { background-color: #c875ff; }
/* Using RGB */ body { background-color: rgb(200, 117, 255); }
/* Using RGB with opacity */ body { background-color: rgba(200, 117, 255, 0.5); }
/* Using HSL */ body { background-color: hsl(276, 100%, 73%); }
/* Text color */ p { color: #c875ff; }
/* Box shadow */ div { box-shadow: 4px 4px #c875ff; }
HTML Examples of #C875FF
<!-- Using HEX --> <div style="background-color: #c875ff; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(200, 117, 255); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(200, 117, 255, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(276, 100%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c875ff;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c875ff; width: 100px; height: 100px;"></div>
Related Colors of #C875FF
These colors are similar to #C875FF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.