Shades of Heliotrope #C85FFC
Tints of Heliotrope #C85FFC
RGB
CMYK
RGB Variations
Color information
#C85FFC (or 0xC85FFC) is known color: Heliotrope. HEX triplet: C8, 5F and FC. RGB value is (200,95,252). Sum of RGB (Red+Green+Blue) = 200+95+252=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #C85FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85FFC is #37A003. Grayscale: #8F8F8F. Windows color (decimal): -3645444 or 16539592. OLE color: 16539592.
HSL color Cylindrical-coordinate representation of color #C85FFC: hue angle of 280.13º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C85FFC is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 95 | 252 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.01 |
| HSL | 280.13º | 0.96% | 0.68% | - |
| HSV(B) | 280.13º | 0.62% | 0.99% | - |
| XYZ | 45.48 | 27.49 | 95 | - |
| YUV | 144.29 | 188.79 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 252 | 0.21 | 0.62 | 0 | 0.01 | 280.13 | 0.96 | 0.68 |
| Hex | C8 | 5F | FC | 15 | 3E | 0 | 1 | 118 | 60 | 44 |
| Octal | 310 | 137 | 374 | 25 | 76 | 0 | 1 | 430 | 140 | 104 |
| Binary | 11001000 | 1011111 | 11111100 | 10101 | 111110 | 0 | 1 | 100011000 | 1100000 | 1000100 |
Color Harmonies of #C85FFC
Complementary color
Monochromatic Colors of #C85FFC
Black with #C85FFC
Text Example
Text Example
White with #C85FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FFC; }
p { color: rgb(200,95,252); }
H1.HeaderClassName
{
color: #C85FFC;
}
.AnyTagClassName
{
color: #C85FFC;
}
</style>
background-color css
<style>
a { background-color: #C85FFC; }
a { background-color: rgb(200,95,252); }
div.DivClassName
{
background-color: #C85FFC;
}
.BgClassName
{
background-color: #C85FFC;
}
</style>
border-color css
<style>
span { border-color: #C85FFC; }
span { border-color: rgb(200,95,252); }
td.TdClassName
{
border-color: #C85FFC;
}
.TagClassName
{
border-color: #C85FFC;
}
</style>