Shades of Heliotrope #C875E8
Tints of Heliotrope #C875E8
RGB
CMYK
RGB Variations
Color information
#C875E8 (or 0xC875E8) is known color: Heliotrope. HEX triplet: C8, 75 and E8. RGB value is (200,117,232). Sum of RGB (Red+Green+Blue) = 200+117+232=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #C875E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C875E8 is #378A17. Grayscale: #9A9A9A. Windows color (decimal): -3639832 or 15234504. OLE color: 15234504.
HSL color Cylindrical-coordinate representation of color #C875E8: hue angle of 283.3º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C875E8 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 117 | 232 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.09 |
| HSL | 283.3º | 0.71% | 0.68% | - |
| HSV(B) | 283.3º | 0.5% | 0.91% | - |
| XYZ | 44.75 | 30.83 | 79.94 | - |
| YUV | 154.93 | 171.5 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 232 | 0.14 | 0.50 | 0 | 0.09 | 283.3 | 0.71 | 0.68 |
| Hex | C8 | 75 | E8 | E | 32 | 0 | 9 | 11B | 47 | 44 |
| Octal | 310 | 165 | 350 | 16 | 62 | 0 | 11 | 433 | 107 | 104 |
| Binary | 11001000 | 1110101 | 11101000 | 1110 | 110010 | 0 | 1001 | 100011011 | 1000111 | 1000100 |
Color Harmonies of #C875E8
Complementary color
Monochromatic Colors of #C875E8
Black with #C875E8
Text Example
Text Example
White with #C875E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C875E8; }
p { color: rgb(200,117,232); }
H1.HeaderClassName
{
color: #C875E8;
}
.AnyTagClassName
{
color: #C875E8;
}
</style>
background-color css
<style>
a { background-color: #C875E8; }
a { background-color: rgb(200,117,232); }
div.DivClassName
{
background-color: #C875E8;
}
.BgClassName
{
background-color: #C875E8;
}
</style>
border-color css
<style>
span { border-color: #C875E8; }
span { border-color: rgb(200,117,232); }
td.TdClassName
{
border-color: #C875E8;
}
.TagClassName
{
border-color: #C875E8;
}
</style>