Shades of Heliotrope #C85DFC
Tints of Heliotrope #C85DFC
RGB
CMYK
RGB Variations
Color information
#C85DFC (or 0xC85DFC) is known color: Heliotrope. HEX triplet: C8, 5D and FC. RGB value is (200,93,252). Sum of RGB (Red+Green+Blue) = 200+93+252=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #C85DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85DFC is #37A203. Grayscale: #8E8E8E. Windows color (decimal): -3645956 or 16539080. OLE color: 16539080.
HSL color Cylindrical-coordinate representation of color #C85DFC: hue angle of 280.38º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C85DFC is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 93 | 252 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.01 |
| HSL | 280.38º | 0.96% | 0.68% | - |
| HSV(B) | 280.38º | 0.63% | 0.99% | - |
| XYZ | 45.3 | 27.14 | 94.95 | - |
| YUV | 143.12 | 189.45 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 252 | 0.21 | 0.63 | 0 | 0.01 | 280.38 | 0.96 | 0.68 |
| Hex | C8 | 5D | FC | 15 | 3F | 0 | 1 | 118 | 60 | 44 |
| Octal | 310 | 135 | 374 | 25 | 77 | 0 | 1 | 430 | 140 | 104 |
| Binary | 11001000 | 1011101 | 11111100 | 10101 | 111111 | 0 | 1 | 100011000 | 1100000 | 1000100 |
Color Harmonies of #C85DFC
Complementary color
Monochromatic Colors of #C85DFC
Black with #C85DFC
Text Example
Text Example
White with #C85DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DFC; }
p { color: rgb(200,93,252); }
H1.HeaderClassName
{
color: #C85DFC;
}
.AnyTagClassName
{
color: #C85DFC;
}
</style>
background-color css
<style>
a { background-color: #C85DFC; }
a { background-color: rgb(200,93,252); }
div.DivClassName
{
background-color: #C85DFC;
}
.BgClassName
{
background-color: #C85DFC;
}
</style>
border-color css
<style>
span { border-color: #C85DFC; }
span { border-color: rgb(200,93,252); }
td.TdClassName
{
border-color: #C85DFC;
}
.TagClassName
{
border-color: #C85DFC;
}
</style>