Shades of Heliotrope #C86AFC
Tints of Heliotrope #C86AFC
RGB
CMYK
RGB Variations
Color information
#C86AFC (or 0xC86AFC) is known color: Heliotrope. HEX triplet: C8, 6A and FC. RGB value is (200,106,252). Sum of RGB (Red+Green+Blue) = 200+106+252=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #C86AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86AFC is #379503. Grayscale: #969696. Windows color (decimal): -3642628 or 16542408. OLE color: 16542408.
HSL color Cylindrical-coordinate representation of color #C86AFC: hue angle of 278.63º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C86AFC is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 106 | 252 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.01 |
| HSL | 278.63º | 0.96% | 0.7% | - |
| HSV(B) | 278.63º | 0.58% | 0.99% | - |
| XYZ | 46.54 | 29.62 | 95.36 | - |
| YUV | 150.75 | 185.14 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 252 | 0.21 | 0.58 | 0 | 0.01 | 278.63 | 0.96 | 0.7 |
| Hex | C8 | 6A | FC | 15 | 3A | 0 | 1 | 117 | 60 | 46 |
| Octal | 310 | 152 | 374 | 25 | 72 | 0 | 1 | 427 | 140 | 106 |
| Binary | 11001000 | 1101010 | 11111100 | 10101 | 111010 | 0 | 1 | 100010111 | 1100000 | 1000110 |
Color Harmonies of #C86AFC
Complementary color
Monochromatic Colors of #C86AFC
Black with #C86AFC
Text Example
Text Example
White with #C86AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86AFC; }
p { color: rgb(200,106,252); }
H1.HeaderClassName
{
color: #C86AFC;
}
.AnyTagClassName
{
color: #C86AFC;
}
</style>
background-color css
<style>
a { background-color: #C86AFC; }
a { background-color: rgb(200,106,252); }
div.DivClassName
{
background-color: #C86AFC;
}
.BgClassName
{
background-color: #C86AFC;
}
</style>
border-color css
<style>
span { border-color: #C86AFC; }
span { border-color: rgb(200,106,252); }
td.TdClassName
{
border-color: #C86AFC;
}
.TagClassName
{
border-color: #C86AFC;
}
</style>