Shades of Heliotrope #C85FFF
Tints of Heliotrope #C85FFF
RGB
CMYK
RGB Variations
Color information
#C85FFF (or 0xC85FFF) is known color: Heliotrope. HEX triplet: C8, 5F and FF. RGB value is (200,95,255). Sum of RGB (Red+Green+Blue) = 200+95+255=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 95 (37.5% from 255 or 17.27% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #C85FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85FFF is #37A000. Grayscale: #909090. Windows color (decimal): -3645441 or 16736200. OLE color: 16736200.
HSL color Cylindrical-coordinate representation of color #C85FFF: hue angle of 279.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C85FFF is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 95 | 255 | - |
| CMYK | 0.22 | 0.63 | 0 | 0 |
| HSL | 279.38º | 1% | 0.69% | - |
| HSV(B) | 279.38º | 0.63% | 1% | - |
| XYZ | 45.96 | 27.68 | 97.53 | - |
| YUV | 144.64 | 190.29 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 255 | 0.22 | 0.63 | 0 | 0 | 279.38 | 1 | 0.69 |
| Hex | C8 | 5F | FF | 16 | 3F | 0 | 0 | 117 | 64 | 45 |
| Octal | 310 | 137 | 377 | 26 | 77 | 0 | 0 | 427 | 144 | 105 |
| Binary | 11001000 | 1011111 | 11111111 | 10110 | 111111 | 0 | 0 | 100010111 | 1100100 | 1000101 |
Color Harmonies of #C85FFF
Complementary color
Monochromatic Colors of #C85FFF
Black with #C85FFF
Text Example
Text Example
White with #C85FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FFF; }
p { color: rgb(200,95,255); }
H1.HeaderClassName
{
color: #C85FFF;
}
.AnyTagClassName
{
color: #C85FFF;
}
</style>
background-color css
<style>
a { background-color: #C85FFF; }
a { background-color: rgb(200,95,255); }
div.DivClassName
{
background-color: #C85FFF;
}
.BgClassName
{
background-color: #C85FFF;
}
</style>
border-color css
<style>
span { border-color: #C85FFF; }
span { border-color: rgb(200,95,255); }
td.TdClassName
{
border-color: #C85FFF;
}
.TagClassName
{
border-color: #C85FFF;
}
</style>