Shades of Heliotrope #C86AFB
Tints of Heliotrope #C86AFB
RGB
CMYK
RGB Variations
Color information
#C86AFB (or 0xC86AFB) is known color: Heliotrope. HEX triplet: C8, 6A and FB. RGB value is (200,106,251). Sum of RGB (Red+Green+Blue) = 200+106+251=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #C86AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86AFB is #379504. Grayscale: #969696. Windows color (decimal): -3642629 or 16476872. OLE color: 16476872.
HSL color Cylindrical-coordinate representation of color #C86AFB: hue angle of 278.9º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C86AFB is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 106 | 251 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.02 |
| HSL | 278.9º | 0.95% | 0.7% | - |
| HSV(B) | 278.9º | 0.58% | 0.98% | - |
| XYZ | 46.39 | 29.55 | 94.53 | - |
| YUV | 150.64 | 184.64 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 251 | 0.20 | 0.58 | 0 | 0.02 | 278.9 | 0.95 | 0.7 |
| Hex | C8 | 6A | FB | 14 | 3A | 0 | 2 | 117 | 5F | 46 |
| Octal | 310 | 152 | 373 | 24 | 72 | 0 | 2 | 427 | 137 | 106 |
| Binary | 11001000 | 1101010 | 11111011 | 10100 | 111010 | 0 | 10 | 100010111 | 1011111 | 1000110 |
Color Harmonies of #C86AFB
Complementary color
Monochromatic Colors of #C86AFB
Black with #C86AFB
Text Example
Text Example
White with #C86AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86AFB; }
p { color: rgb(200,106,251); }
H1.HeaderClassName
{
color: #C86AFB;
}
.AnyTagClassName
{
color: #C86AFB;
}
</style>
background-color css
<style>
a { background-color: #C86AFB; }
a { background-color: rgb(200,106,251); }
div.DivClassName
{
background-color: #C86AFB;
}
.BgClassName
{
background-color: #C86AFB;
}
</style>
border-color css
<style>
span { border-color: #C86AFB; }
span { border-color: rgb(200,106,251); }
td.TdClassName
{
border-color: #C86AFB;
}
.TagClassName
{
border-color: #C86AFB;
}
</style>