Shades of Heliotrope #C856FA
Tints of Heliotrope #C856FA
RGB
CMYK
RGB Variations
Color information
#C856FA (or 0xC856FA) is known color: Heliotrope. HEX triplet: C8, 56 and FA. RGB value is (200,86,250). Sum of RGB (Red+Green+Blue) = 200+86+250=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 86 (33.98% from 255 or 16.04% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #C856FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C856FA is #37A905. Grayscale: #8A8A8A. Windows color (decimal): -3647750 or 16406216. OLE color: 16406216.
HSL color Cylindrical-coordinate representation of color #C856FA: hue angle of 281.71º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C856FA is Cyan = 0.2, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 86 | 250 | - |
| CMYK | 0.2 | 0.66 | 0 | 0.02 |
| HSL | 281.71º | 0.94% | 0.66% | - |
| HSV(B) | 281.71º | 0.66% | 0.98% | - |
| XYZ | 44.4 | 25.84 | 93.09 | - |
| YUV | 138.78 | 190.77 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 250 | 0.2 | 0.66 | 0 | 0.02 | 281.71 | 0.94 | 0.66 |
| Hex | C8 | 56 | FA | 14 | 42 | 0 | 2 | 11A | 5E | 42 |
| Octal | 310 | 126 | 372 | 24 | 102 | 0 | 2 | 432 | 136 | 102 |
| Binary | 11001000 | 1010110 | 11111010 | 10100 | 1000010 | 0 | 10 | 100011010 | 1011110 | 1000010 |
Color Harmonies of #C856FA
Complementary color
Monochromatic Colors of #C856FA
Black with #C856FA
Text Example
Text Example
White with #C856FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856FA; }
p { color: rgb(200,86,250); }
H1.HeaderClassName
{
color: #C856FA;
}
.AnyTagClassName
{
color: #C856FA;
}
</style>
background-color css
<style>
a { background-color: #C856FA; }
a { background-color: rgb(200,86,250); }
div.DivClassName
{
background-color: #C856FA;
}
.BgClassName
{
background-color: #C856FA;
}
</style>
border-color css
<style>
span { border-color: #C856FA; }
span { border-color: rgb(200,86,250); }
td.TdClassName
{
border-color: #C856FA;
}
.TagClassName
{
border-color: #C856FA;
}
</style>