Shades of Heliotrope #C86CFB
Tints of Heliotrope #C86CFB
RGB
CMYK
RGB Variations
Color information
#C86CFB (or 0xC86CFB) is known color: Heliotrope. HEX triplet: C8, 6C and FB. RGB value is (200,108,251). Sum of RGB (Red+Green+Blue) = 200+108+251=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #C86CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86CFB is #379304. Grayscale: #979797. Windows color (decimal): -3642117 or 16477384. OLE color: 16477384.
HSL color Cylindrical-coordinate representation of color #C86CFB: hue angle of 278.6º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C86CFB is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 108 | 251 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.02 |
| HSL | 278.6º | 0.95% | 0.7% | - |
| HSV(B) | 278.6º | 0.57% | 0.98% | - |
| XYZ | 46.59 | 29.97 | 94.6 | - |
| YUV | 151.81 | 183.98 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 251 | 0.20 | 0.57 | 0 | 0.02 | 278.6 | 0.95 | 0.7 |
| Hex | C8 | 6C | FB | 14 | 39 | 0 | 2 | 117 | 5F | 46 |
| Octal | 310 | 154 | 373 | 24 | 71 | 0 | 2 | 427 | 137 | 106 |
| Binary | 11001000 | 1101100 | 11111011 | 10100 | 111001 | 0 | 10 | 100010111 | 1011111 | 1000110 |
Color Harmonies of #C86CFB
Complementary color
Monochromatic Colors of #C86CFB
Black with #C86CFB
Text Example
Text Example
White with #C86CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CFB; }
p { color: rgb(200,108,251); }
H1.HeaderClassName
{
color: #C86CFB;
}
.AnyTagClassName
{
color: #C86CFB;
}
</style>
background-color css
<style>
a { background-color: #C86CFB; }
a { background-color: rgb(200,108,251); }
div.DivClassName
{
background-color: #C86CFB;
}
.BgClassName
{
background-color: #C86CFB;
}
</style>
border-color css
<style>
span { border-color: #C86CFB; }
span { border-color: rgb(200,108,251); }
td.TdClassName
{
border-color: #C86CFB;
}
.TagClassName
{
border-color: #C86CFB;
}
</style>