Shades of Heliotrope #C86DEA
Tints of Heliotrope #C86DEA
RGB
CMYK
RGB Variations
Color information
#C86DEA (or 0xC86DEA) is known color: Heliotrope. HEX triplet: C8, 6D and EA. RGB value is (200,109,234). Sum of RGB (Red+Green+Blue) = 200+109+234=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #C86DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86DEA is #379215. Grayscale: #969696. Windows color (decimal): -3641878 or 15363528. OLE color: 15363528.
HSL color Cylindrical-coordinate representation of color #C86DEA: hue angle of 283.68º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C86DEA is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 109 | 234 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.08 |
| HSL | 283.68º | 0.75% | 0.67% | - |
| HSV(B) | 283.68º | 0.53% | 0.92% | - |
| XYZ | 44.14 | 29.16 | 81.14 | - |
| YUV | 150.46 | 175.15 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 234 | 0.15 | 0.53 | 0 | 0.08 | 283.68 | 0.75 | 0.67 |
| Hex | C8 | 6D | EA | F | 35 | 0 | 8 | 11C | 4B | 43 |
| Octal | 310 | 155 | 352 | 17 | 65 | 0 | 10 | 434 | 113 | 103 |
| Binary | 11001000 | 1101101 | 11101010 | 1111 | 110101 | 0 | 1000 | 100011100 | 1001011 | 1000011 |
Color Harmonies of #C86DEA
Complementary color
Monochromatic Colors of #C86DEA
Black with #C86DEA
Text Example
Text Example
White with #C86DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DEA; }
p { color: rgb(200,109,234); }
H1.HeaderClassName
{
color: #C86DEA;
}
.AnyTagClassName
{
color: #C86DEA;
}
</style>
background-color css
<style>
a { background-color: #C86DEA; }
a { background-color: rgb(200,109,234); }
div.DivClassName
{
background-color: #C86DEA;
}
.BgClassName
{
background-color: #C86DEA;
}
</style>
border-color css
<style>
span { border-color: #C86DEA; }
span { border-color: rgb(200,109,234); }
td.TdClassName
{
border-color: #C86DEA;
}
.TagClassName
{
border-color: #C86DEA;
}
</style>