Shades of Heliotrope #C86BF0
Tints of Heliotrope #C86BF0
RGB
CMYK
RGB Variations
Color information
#C86BF0 (or 0xC86BF0) is known color: Heliotrope. HEX triplet: C8, 6B and F0. RGB value is (200,107,240). Sum of RGB (Red+Green+Blue) = 200+107+240=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #C86BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86BF0 is #37940F. Grayscale: #959595. Windows color (decimal): -3642384 or 15756232. OLE color: 15756232.
HSL color Cylindrical-coordinate representation of color #C86BF0: hue angle of 281.95º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C86BF0 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 107 | 240 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.06 |
| HSL | 281.95º | 0.82% | 0.68% | - |
| HSV(B) | 281.95º | 0.55% | 0.94% | - |
| XYZ | 44.81 | 29.09 | 85.69 | - |
| YUV | 149.97 | 178.81 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 240 | 0.17 | 0.55 | 0 | 0.06 | 281.95 | 0.82 | 0.68 |
| Hex | C8 | 6B | F0 | 11 | 37 | 0 | 6 | 11A | 52 | 44 |
| Octal | 310 | 153 | 360 | 21 | 67 | 0 | 6 | 432 | 122 | 104 |
| Binary | 11001000 | 1101011 | 11110000 | 10001 | 110111 | 0 | 110 | 100011010 | 1010010 | 1000100 |
Color Harmonies of #C86BF0
Complementary color
Monochromatic Colors of #C86BF0
Black with #C86BF0
Text Example
Text Example
White with #C86BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BF0; }
p { color: rgb(200,107,240); }
H1.HeaderClassName
{
color: #C86BF0;
}
.AnyTagClassName
{
color: #C86BF0;
}
</style>
background-color css
<style>
a { background-color: #C86BF0; }
a { background-color: rgb(200,107,240); }
div.DivClassName
{
background-color: #C86BF0;
}
.BgClassName
{
background-color: #C86BF0;
}
</style>
border-color css
<style>
span { border-color: #C86BF0; }
span { border-color: rgb(200,107,240); }
td.TdClassName
{
border-color: #C86BF0;
}
.TagClassName
{
border-color: #C86BF0;
}
</style>