Shades of Heliotrope #C856FB
Tints of Heliotrope #C856FB
RGB
CMYK
RGB Variations
Color information
#C856FB (or 0xC856FB) is known color: Heliotrope. HEX triplet: C8, 56 and FB. RGB value is (200,86,251). Sum of RGB (Red+Green+Blue) = 200+86+251=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 86 (33.98% from 255 or 16.01% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #C856FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C856FB is #37A904. Grayscale: #8A8A8A. Windows color (decimal): -3647749 or 16471752. OLE color: 16471752.
HSL color Cylindrical-coordinate representation of color #C856FB: hue angle of 281.45º degrees, saturation: 0.95, 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 #C856FB is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 86 | 251 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.02 |
| HSL | 281.45º | 0.95% | 0.66% | - |
| HSV(B) | 281.45º | 0.66% | 0.98% | - |
| XYZ | 44.56 | 25.9 | 93.92 | - |
| YUV | 138.9 | 191.27 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 251 | 0.20 | 0.66 | 0 | 0.02 | 281.45 | 0.95 | 0.66 |
| Hex | C8 | 56 | FB | 14 | 42 | 0 | 2 | 119 | 5F | 42 |
| Octal | 310 | 126 | 373 | 24 | 102 | 0 | 2 | 431 | 137 | 102 |
| Binary | 11001000 | 1010110 | 11111011 | 10100 | 1000010 | 0 | 10 | 100011001 | 1011111 | 1000010 |
Color Harmonies of #C856FB
Complementary color
Monochromatic Colors of #C856FB
Black with #C856FB
Text Example
Text Example
White with #C856FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856FB; }
p { color: rgb(200,86,251); }
H1.HeaderClassName
{
color: #C856FB;
}
.AnyTagClassName
{
color: #C856FB;
}
</style>
background-color css
<style>
a { background-color: #C856FB; }
a { background-color: rgb(200,86,251); }
div.DivClassName
{
background-color: #C856FB;
}
.BgClassName
{
background-color: #C856FB;
}
</style>
border-color css
<style>
span { border-color: #C856FB; }
span { border-color: rgb(200,86,251); }
td.TdClassName
{
border-color: #C856FB;
}
.TagClassName
{
border-color: #C856FB;
}
</style>