Shades of Heliotrope #C86CF3
Tints of Heliotrope #C86CF3
RGB
CMYK
RGB Variations
Color information
#C86CF3 (or 0xC86CF3) is known color: Heliotrope. HEX triplet: C8, 6C and F3. RGB value is (200,108,243). Sum of RGB (Red+Green+Blue) = 200+108+243=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #C86CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86CF3 is #37930C. Grayscale: #969696. Windows color (decimal): -3642125 or 15953096. OLE color: 15953096.
HSL color Cylindrical-coordinate representation of color #C86CF3: hue angle of 280.89º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C86CF3 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 108 | 243 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.05 |
| HSL | 280.89º | 0.85% | 0.69% | - |
| HSV(B) | 280.89º | 0.56% | 0.95% | - |
| XYZ | 45.36 | 29.48 | 88.09 | - |
| YUV | 150.9 | 179.98 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 243 | 0.18 | 0.56 | 0 | 0.05 | 280.89 | 0.85 | 0.69 |
| Hex | C8 | 6C | F3 | 12 | 38 | 0 | 5 | 119 | 55 | 45 |
| Octal | 310 | 154 | 363 | 22 | 70 | 0 | 5 | 431 | 125 | 105 |
| Binary | 11001000 | 1101100 | 11110011 | 10010 | 111000 | 0 | 101 | 100011001 | 1010101 | 1000101 |
Color Harmonies of #C86CF3
Complementary color
Monochromatic Colors of #C86CF3
Black with #C86CF3
Text Example
Text Example
White with #C86CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CF3; }
p { color: rgb(200,108,243); }
H1.HeaderClassName
{
color: #C86CF3;
}
.AnyTagClassName
{
color: #C86CF3;
}
</style>
background-color css
<style>
a { background-color: #C86CF3; }
a { background-color: rgb(200,108,243); }
div.DivClassName
{
background-color: #C86CF3;
}
.BgClassName
{
background-color: #C86CF3;
}
</style>
border-color css
<style>
span { border-color: #C86CF3; }
span { border-color: rgb(200,108,243); }
td.TdClassName
{
border-color: #C86CF3;
}
.TagClassName
{
border-color: #C86CF3;
}
</style>