Shades of Heliotrope #C865EF
Tints of Heliotrope #C865EF
RGB
CMYK
RGB Variations
Color information
#C865EF (or 0xC865EF) is known color: Heliotrope. HEX triplet: C8, 65 and EF. RGB value is (200,101,239). Sum of RGB (Red+Green+Blue) = 200+101+239=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #C865EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C865EF is #379A10. Grayscale: #919191. Windows color (decimal): -3643921 or 15689160. OLE color: 15689160.
HSL color Cylindrical-coordinate representation of color #C865EF: hue angle of 283.04º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C865EF is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 101 | 239 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.06 |
| HSL | 283.04º | 0.81% | 0.67% | - |
| HSV(B) | 283.04º | 0.58% | 0.94% | - |
| XYZ | 44.05 | 27.82 | 84.71 | - |
| YUV | 146.33 | 180.3 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 239 | 0.16 | 0.58 | 0 | 0.06 | 283.04 | 0.81 | 0.67 |
| Hex | C8 | 65 | EF | 10 | 3A | 0 | 6 | 11B | 51 | 43 |
| Octal | 310 | 145 | 357 | 20 | 72 | 0 | 6 | 433 | 121 | 103 |
| Binary | 11001000 | 1100101 | 11101111 | 10000 | 111010 | 0 | 110 | 100011011 | 1010001 | 1000011 |
Color Harmonies of #C865EF
Complementary color
Monochromatic Colors of #C865EF
Black with #C865EF
Text Example
Text Example
White with #C865EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865EF; }
p { color: rgb(200,101,239); }
H1.HeaderClassName
{
color: #C865EF;
}
.AnyTagClassName
{
color: #C865EF;
}
</style>
background-color css
<style>
a { background-color: #C865EF; }
a { background-color: rgb(200,101,239); }
div.DivClassName
{
background-color: #C865EF;
}
.BgClassName
{
background-color: #C865EF;
}
</style>
border-color css
<style>
span { border-color: #C865EF; }
span { border-color: rgb(200,101,239); }
td.TdClassName
{
border-color: #C865EF;
}
.TagClassName
{
border-color: #C865EF;
}
</style>