Shades of Heliotrope #C86BFA
Tints of Heliotrope #C86BFA
RGB
CMYK
RGB Variations
Color information
#C86BFA (or 0xC86BFA) is known color: Heliotrope. HEX triplet: C8, 6B and FA. RGB value is (200,107,250). Sum of RGB (Red+Green+Blue) = 200+107+250=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #C86BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86BFA is #379405. Grayscale: #969696. Windows color (decimal): -3642374 or 16411592. OLE color: 16411592.
HSL color Cylindrical-coordinate representation of color #C86BFA: hue angle of 279.02º degrees, saturation: 0.93, 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 #C86BFA is Cyan = 0.2, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 107 | 250 | - |
| CMYK | 0.2 | 0.57 | 0 | 0.02 |
| HSL | 279.02º | 0.93% | 0.7% | - |
| HSV(B) | 279.02º | 0.57% | 0.98% | - |
| XYZ | 46.33 | 29.7 | 93.73 | - |
| YUV | 151.11 | 183.81 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 250 | 0.2 | 0.57 | 0 | 0.02 | 279.02 | 0.93 | 0.7 |
| Hex | C8 | 6B | FA | 14 | 39 | 0 | 2 | 117 | 5D | 46 |
| Octal | 310 | 153 | 372 | 24 | 71 | 0 | 2 | 427 | 135 | 106 |
| Binary | 11001000 | 1101011 | 11111010 | 10100 | 111001 | 0 | 10 | 100010111 | 1011101 | 1000110 |
Color Harmonies of #C86BFA
Complementary color
Monochromatic Colors of #C86BFA
Black with #C86BFA
Text Example
Text Example
White with #C86BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BFA; }
p { color: rgb(200,107,250); }
H1.HeaderClassName
{
color: #C86BFA;
}
.AnyTagClassName
{
color: #C86BFA;
}
</style>
background-color css
<style>
a { background-color: #C86BFA; }
a { background-color: rgb(200,107,250); }
div.DivClassName
{
background-color: #C86BFA;
}
.BgClassName
{
background-color: #C86BFA;
}
</style>
border-color css
<style>
span { border-color: #C86BFA; }
span { border-color: rgb(200,107,250); }
td.TdClassName
{
border-color: #C86BFA;
}
.TagClassName
{
border-color: #C86BFA;
}
</style>