Shades of Heliotrope #C865EC
Tints of Heliotrope #C865EC
RGB
CMYK
RGB Variations
Color information
#C865EC (or 0xC865EC) is known color: Heliotrope. HEX triplet: C8, 65 and EC. RGB value is (200,101,236). Sum of RGB (Red+Green+Blue) = 200+101+236=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #C865EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C865EC is #379A13. Grayscale: #919191. Windows color (decimal): -3643924 or 15492552. OLE color: 15492552.
HSL color Cylindrical-coordinate representation of color #C865EC: hue angle of 284º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C865EC is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 101 | 236 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.07 |
| HSL | 284º | 0.78% | 0.66% | - |
| HSV(B) | 284º | 0.57% | 0.93% | - |
| XYZ | 43.61 | 27.64 | 82.39 | - |
| YUV | 145.99 | 178.8 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 236 | 0.15 | 0.57 | 0 | 0.07 | 284 | 0.78 | 0.66 |
| Hex | C8 | 65 | EC | F | 39 | 0 | 7 | 11C | 4E | 42 |
| Octal | 310 | 145 | 354 | 17 | 71 | 0 | 7 | 434 | 116 | 102 |
| Binary | 11001000 | 1100101 | 11101100 | 1111 | 111001 | 0 | 111 | 100011100 | 1001110 | 1000010 |
Color Harmonies of #C865EC
Complementary color
Monochromatic Colors of #C865EC
Black with #C865EC
Text Example
Text Example
White with #C865EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865EC; }
p { color: rgb(200,101,236); }
H1.HeaderClassName
{
color: #C865EC;
}
.AnyTagClassName
{
color: #C865EC;
}
</style>
background-color css
<style>
a { background-color: #C865EC; }
a { background-color: rgb(200,101,236); }
div.DivClassName
{
background-color: #C865EC;
}
.BgClassName
{
background-color: #C865EC;
}
</style>
border-color css
<style>
span { border-color: #C865EC; }
span { border-color: rgb(200,101,236); }
td.TdClassName
{
border-color: #C865EC;
}
.TagClassName
{
border-color: #C865EC;
}
</style>