Shades of Heliotrope #C865FF
Tints of Heliotrope #C865FF
RGB
CMYK
RGB Variations
Color information
#C865FF (or 0xC865FF) is known color: Heliotrope. HEX triplet: C8, 65 and FF. RGB value is (200,101,255). Sum of RGB (Red+Green+Blue) = 200+101+255=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #C865FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C865FF is #379A00. Grayscale: #939393. Windows color (decimal): -3643905 or 16737736. OLE color: 16737736.
HSL color Cylindrical-coordinate representation of color #C865FF: hue angle of 278.57º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C865FF is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 101 | 255 | - |
| CMYK | 0.22 | 0.60 | 0 | 0 |
| HSL | 278.57º | 1% | 0.7% | - |
| HSV(B) | 278.57º | 0.6% | 1% | - |
| XYZ | 46.52 | 28.81 | 97.72 | - |
| YUV | 148.16 | 188.3 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 255 | 0.22 | 0.60 | 0 | 0 | 278.57 | 1 | 0.7 |
| Hex | C8 | 65 | FF | 16 | 3C | 0 | 0 | 117 | 64 | 46 |
| Octal | 310 | 145 | 377 | 26 | 74 | 0 | 0 | 427 | 144 | 106 |
| Binary | 11001000 | 1100101 | 11111111 | 10110 | 111100 | 0 | 0 | 100010111 | 1100100 | 1000110 |
Color Harmonies of #C865FF
Complementary color
Monochromatic Colors of #C865FF
Black with #C865FF
Text Example
Text Example
White with #C865FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865FF; }
p { color: rgb(200,101,255); }
H1.HeaderClassName
{
color: #C865FF;
}
.AnyTagClassName
{
color: #C865FF;
}
</style>
background-color css
<style>
a { background-color: #C865FF; }
a { background-color: rgb(200,101,255); }
div.DivClassName
{
background-color: #C865FF;
}
.BgClassName
{
background-color: #C865FF;
}
</style>
border-color css
<style>
span { border-color: #C865FF; }
span { border-color: rgb(200,101,255); }
td.TdClassName
{
border-color: #C865FF;
}
.TagClassName
{
border-color: #C865FF;
}
</style>