Shades of Heliotrope #C864EE
Tints of Heliotrope #C864EE
RGB
CMYK
RGB Variations
Color information
#C864EE (or 0xC864EE) is known color: Heliotrope. HEX triplet: C8, 64 and EE. RGB value is (200,100,238). Sum of RGB (Red+Green+Blue) = 200+100+238=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #C864EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C864EE is #379B11. Grayscale: #919191. Windows color (decimal): -3644178 or 15623368. OLE color: 15623368.
HSL color Cylindrical-coordinate representation of color #C864EE: hue angle of 283.48º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C864EE is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 100 | 238 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.07 |
| HSL | 283.48º | 0.8% | 0.66% | - |
| HSV(B) | 283.48º | 0.58% | 0.93% | - |
| XYZ | 43.81 | 27.57 | 83.9 | - |
| YUV | 145.63 | 180.13 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 238 | 0.16 | 0.58 | 0 | 0.07 | 283.48 | 0.8 | 0.66 |
| Hex | C8 | 64 | EE | 10 | 3A | 0 | 7 | 11B | 50 | 42 |
| Octal | 310 | 144 | 356 | 20 | 72 | 0 | 7 | 433 | 120 | 102 |
| Binary | 11001000 | 1100100 | 11101110 | 10000 | 111010 | 0 | 111 | 100011011 | 1010000 | 1000010 |
Color Harmonies of #C864EE
Complementary color
Monochromatic Colors of #C864EE
Black with #C864EE
Text Example
Text Example
White with #C864EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C864EE; }
p { color: rgb(200,100,238); }
H1.HeaderClassName
{
color: #C864EE;
}
.AnyTagClassName
{
color: #C864EE;
}
</style>
background-color css
<style>
a { background-color: #C864EE; }
a { background-color: rgb(200,100,238); }
div.DivClassName
{
background-color: #C864EE;
}
.BgClassName
{
background-color: #C864EE;
}
</style>
border-color css
<style>
span { border-color: #C864EE; }
span { border-color: rgb(200,100,238); }
td.TdClassName
{
border-color: #C864EE;
}
.TagClassName
{
border-color: #C864EE;
}
</style>