Shades of Heliotrope #C86AEE
Tints of Heliotrope #C86AEE
RGB
CMYK
RGB Variations
Color information
#C86AEE (or 0xC86AEE) is known color: Heliotrope. HEX triplet: C8, 6A and EE. RGB value is (200,106,238). Sum of RGB (Red+Green+Blue) = 200+106+238=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #C86AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86AEE is #379511. Grayscale: #949494. Windows color (decimal): -3642642 or 15624904. OLE color: 15624904.
HSL color Cylindrical-coordinate representation of color #C86AEE: hue angle of 282.73º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C86AEE is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 106 | 238 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.07 |
| HSL | 282.73º | 0.8% | 0.67% | - |
| HSV(B) | 282.73º | 0.55% | 0.93% | - |
| XYZ | 44.41 | 28.76 | 84.1 | - |
| YUV | 149.15 | 178.14 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 238 | 0.16 | 0.55 | 0 | 0.07 | 282.73 | 0.8 | 0.67 |
| Hex | C8 | 6A | EE | 10 | 37 | 0 | 7 | 11B | 50 | 43 |
| Octal | 310 | 152 | 356 | 20 | 67 | 0 | 7 | 433 | 120 | 103 |
| Binary | 11001000 | 1101010 | 11101110 | 10000 | 110111 | 0 | 111 | 100011011 | 1010000 | 1000011 |
Color Harmonies of #C86AEE
Complementary color
Monochromatic Colors of #C86AEE
Black with #C86AEE
Text Example
Text Example
White with #C86AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86AEE; }
p { color: rgb(200,106,238); }
H1.HeaderClassName
{
color: #C86AEE;
}
.AnyTagClassName
{
color: #C86AEE;
}
</style>
background-color css
<style>
a { background-color: #C86AEE; }
a { background-color: rgb(200,106,238); }
div.DivClassName
{
background-color: #C86AEE;
}
.BgClassName
{
background-color: #C86AEE;
}
</style>
border-color css
<style>
span { border-color: #C86AEE; }
span { border-color: rgb(200,106,238); }
td.TdClassName
{
border-color: #C86AEE;
}
.TagClassName
{
border-color: #C86AEE;
}
</style>