Shades of Heliotrope #C86BEE
Tints of Heliotrope #C86BEE
RGB
CMYK
RGB Variations
Color information
#C86BEE (or 0xC86BEE) is known color: Heliotrope. HEX triplet: C8, 6B and EE. RGB value is (200,107,238). Sum of RGB (Red+Green+Blue) = 200+107+238=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #C86BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86BEE is #379411. Grayscale: #959595. Windows color (decimal): -3642386 or 15625160. OLE color: 15625160.
HSL color Cylindrical-coordinate representation of color #C86BEE: hue angle of 282.6º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C86BEE is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 107 | 238 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.07 |
| HSL | 282.6º | 0.79% | 0.68% | - |
| HSV(B) | 282.6º | 0.55% | 0.93% | - |
| XYZ | 44.51 | 28.97 | 84.13 | - |
| YUV | 149.74 | 177.81 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 238 | 0.16 | 0.55 | 0 | 0.07 | 282.6 | 0.79 | 0.68 |
| Hex | C8 | 6B | EE | 10 | 37 | 0 | 7 | 11B | 4F | 44 |
| Octal | 310 | 153 | 356 | 20 | 67 | 0 | 7 | 433 | 117 | 104 |
| Binary | 11001000 | 1101011 | 11101110 | 10000 | 110111 | 0 | 111 | 100011011 | 1001111 | 1000100 |
Color Harmonies of #C86BEE
Complementary color
Monochromatic Colors of #C86BEE
Black with #C86BEE
Text Example
Text Example
White with #C86BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BEE; }
p { color: rgb(200,107,238); }
H1.HeaderClassName
{
color: #C86BEE;
}
.AnyTagClassName
{
color: #C86BEE;
}
</style>
background-color css
<style>
a { background-color: #C86BEE; }
a { background-color: rgb(200,107,238); }
div.DivClassName
{
background-color: #C86BEE;
}
.BgClassName
{
background-color: #C86BEE;
}
</style>
border-color css
<style>
span { border-color: #C86BEE; }
span { border-color: rgb(200,107,238); }
td.TdClassName
{
border-color: #C86BEE;
}
.TagClassName
{
border-color: #C86BEE;
}
</style>