Shades of Heliotrope #C85FF0
Tints of Heliotrope #C85FF0
RGB
CMYK
RGB Variations
Color information
#C85FF0 (or 0xC85FF0) is known color: Heliotrope. HEX triplet: C8, 5F and F0. RGB value is (200,95,240). Sum of RGB (Red+Green+Blue) = 200+95+240=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #C85FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85FF0 is #37A00F. Grayscale: #8E8E8E. Windows color (decimal): -3645456 or 15753160. OLE color: 15753160.
HSL color Cylindrical-coordinate representation of color #C85FF0: hue angle of 283.45º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85FF0 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 95 | 240 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.06 |
| HSL | 283.45º | 0.83% | 0.66% | - |
| HSV(B) | 283.45º | 0.6% | 0.94% | - |
| XYZ | 43.64 | 26.76 | 85.3 | - |
| YUV | 142.93 | 182.79 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 240 | 0.17 | 0.60 | 0 | 0.06 | 283.45 | 0.83 | 0.66 |
| Hex | C8 | 5F | F0 | 11 | 3C | 0 | 6 | 11B | 53 | 42 |
| Octal | 310 | 137 | 360 | 21 | 74 | 0 | 6 | 433 | 123 | 102 |
| Binary | 11001000 | 1011111 | 11110000 | 10001 | 111100 | 0 | 110 | 100011011 | 1010011 | 1000010 |
Color Harmonies of #C85FF0
Complementary color
Monochromatic Colors of #C85FF0
Black with #C85FF0
Text Example
Text Example
White with #C85FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FF0; }
p { color: rgb(200,95,240); }
H1.HeaderClassName
{
color: #C85FF0;
}
.AnyTagClassName
{
color: #C85FF0;
}
</style>
background-color css
<style>
a { background-color: #C85FF0; }
a { background-color: rgb(200,95,240); }
div.DivClassName
{
background-color: #C85FF0;
}
.BgClassName
{
background-color: #C85FF0;
}
</style>
border-color css
<style>
span { border-color: #C85FF0; }
span { border-color: rgb(200,95,240); }
td.TdClassName
{
border-color: #C85FF0;
}
.TagClassName
{
border-color: #C85FF0;
}
</style>