Shades of Heliotrope #C86BF9
Tints of Heliotrope #C86BF9
RGB
CMYK
RGB Variations
Color information
#C86BF9 (or 0xC86BF9) is known color: Heliotrope. HEX triplet: C8, 6B and F9. RGB value is (200,107,249). Sum of RGB (Red+Green+Blue) = 200+107+249=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 107 (42.19% from 255 or 19.24% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #C86BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86BF9 is #379406. Grayscale: #969696. Windows color (decimal): -3642375 or 16346056. OLE color: 16346056.
HSL color Cylindrical-coordinate representation of color #C86BF9: hue angle of 279.3º degrees, saturation: 0.92, 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 #C86BF9 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 107 | 249 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.02 |
| HSL | 279.3º | 0.92% | 0.7% | - |
| HSV(B) | 279.3º | 0.57% | 0.98% | - |
| XYZ | 46.18 | 29.63 | 92.91 | - |
| YUV | 151 | 183.31 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 249 | 0.20 | 0.57 | 0 | 0.02 | 279.3 | 0.92 | 0.7 |
| Hex | C8 | 6B | F9 | 14 | 39 | 0 | 2 | 117 | 5C | 46 |
| Octal | 310 | 153 | 371 | 24 | 71 | 0 | 2 | 427 | 134 | 106 |
| Binary | 11001000 | 1101011 | 11111001 | 10100 | 111001 | 0 | 10 | 100010111 | 1011100 | 1000110 |
Color Harmonies of #C86BF9
Complementary color
Monochromatic Colors of #C86BF9
Black with #C86BF9
Text Example
Text Example
White with #C86BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BF9; }
p { color: rgb(200,107,249); }
H1.HeaderClassName
{
color: #C86BF9;
}
.AnyTagClassName
{
color: #C86BF9;
}
</style>
background-color css
<style>
a { background-color: #C86BF9; }
a { background-color: rgb(200,107,249); }
div.DivClassName
{
background-color: #C86BF9;
}
.BgClassName
{
background-color: #C86BF9;
}
</style>
border-color css
<style>
span { border-color: #C86BF9; }
span { border-color: rgb(200,107,249); }
td.TdClassName
{
border-color: #C86BF9;
}
.TagClassName
{
border-color: #C86BF9;
}
</style>