Shades of Heliotrope #C85EFF
Tints of Heliotrope #C85EFF
RGB
CMYK
RGB Variations
Color information
#C85EFF (or 0xC85EFF) is known color: Heliotrope. HEX triplet: C8, 5E and FF. RGB value is (200,94,255). Sum of RGB (Red+Green+Blue) = 200+94+255=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #C85EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85EFF is #37A100. Grayscale: #8F8F8F. Windows color (decimal): -3645697 or 16735944. OLE color: 16735944.
HSL color Cylindrical-coordinate representation of color #C85EFF: hue angle of 279.5º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C85EFF is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 94 | 255 | - |
| CMYK | 0.22 | 0.63 | 0 | 0 |
| HSL | 279.5º | 1% | 0.68% | - |
| HSV(B) | 279.5º | 0.63% | 1% | - |
| XYZ | 45.87 | 27.5 | 97.5 | - |
| YUV | 144.05 | 190.62 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 255 | 0.22 | 0.63 | 0 | 0 | 279.5 | 1 | 0.68 |
| Hex | C8 | 5E | FF | 16 | 3F | 0 | 0 | 118 | 64 | 44 |
| Octal | 310 | 136 | 377 | 26 | 77 | 0 | 0 | 430 | 144 | 104 |
| Binary | 11001000 | 1011110 | 11111111 | 10110 | 111111 | 0 | 0 | 100011000 | 1100100 | 1000100 |
Color Harmonies of #C85EFF
Complementary color
Monochromatic Colors of #C85EFF
Black with #C85EFF
Text Example
Text Example
White with #C85EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85EFF; }
p { color: rgb(200,94,255); }
H1.HeaderClassName
{
color: #C85EFF;
}
.AnyTagClassName
{
color: #C85EFF;
}
</style>
background-color css
<style>
a { background-color: #C85EFF; }
a { background-color: rgb(200,94,255); }
div.DivClassName
{
background-color: #C85EFF;
}
.BgClassName
{
background-color: #C85EFF;
}
</style>
border-color css
<style>
span { border-color: #C85EFF; }
span { border-color: rgb(200,94,255); }
td.TdClassName
{
border-color: #C85EFF;
}
.TagClassName
{
border-color: #C85EFF;
}
</style>