Shades of Heliotrope #C86BE9
Tints of Heliotrope #C86BE9
RGB
CMYK
RGB Variations
Color information
#C86BE9 (or 0xC86BE9) is known color: Heliotrope. HEX triplet: C8, 6B and E9. RGB value is (200,107,233). Sum of RGB (Red+Green+Blue) = 200+107+233=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #C86BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86BE9 is #379416. Grayscale: #949494. Windows color (decimal): -3642391 or 15297480. OLE color: 15297480.
HSL color Cylindrical-coordinate representation of color #C86BE9: hue angle of 284.29º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C86BE9 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 107 | 233 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.09 |
| HSL | 284.29º | 0.74% | 0.67% | - |
| HSV(B) | 284.29º | 0.54% | 0.91% | - |
| XYZ | 43.79 | 28.68 | 80.32 | - |
| YUV | 149.17 | 175.31 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 233 | 0.14 | 0.54 | 0 | 0.09 | 284.29 | 0.74 | 0.67 |
| Hex | C8 | 6B | E9 | E | 36 | 0 | 9 | 11C | 4A | 43 |
| Octal | 310 | 153 | 351 | 16 | 66 | 0 | 11 | 434 | 112 | 103 |
| Binary | 11001000 | 1101011 | 11101001 | 1110 | 110110 | 0 | 1001 | 100011100 | 1001010 | 1000011 |
Color Harmonies of #C86BE9
Complementary color
Monochromatic Colors of #C86BE9
Black with #C86BE9
Text Example
Text Example
White with #C86BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BE9; }
p { color: rgb(200,107,233); }
H1.HeaderClassName
{
color: #C86BE9;
}
.AnyTagClassName
{
color: #C86BE9;
}
</style>
background-color css
<style>
a { background-color: #C86BE9; }
a { background-color: rgb(200,107,233); }
div.DivClassName
{
background-color: #C86BE9;
}
.BgClassName
{
background-color: #C86BE9;
}
</style>
border-color css
<style>
span { border-color: #C86BE9; }
span { border-color: rgb(200,107,233); }
td.TdClassName
{
border-color: #C86BE9;
}
.TagClassName
{
border-color: #C86BE9;
}
</style>