Shades of Heliotrope #C851FB
Tints of Heliotrope #C851FB
RGB
CMYK
RGB Variations
Color information
#C851FB (or 0xC851FB) is known color: Heliotrope. HEX triplet: C8, 51 and FB. RGB value is (200,81,251). Sum of RGB (Red+Green+Blue) = 200+81+251=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 81 (32.03% from 255 or 15.23% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #C851FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C851FB is #37AE04. Grayscale: #878787. Windows color (decimal): -3649029 or 16470472. OLE color: 16470472.
HSL color Cylindrical-coordinate representation of color #C851FB: hue angle of 282º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C851FB is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 81 | 251 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.02 |
| HSL | 282º | 0.96% | 0.65% | - |
| HSV(B) | 282º | 0.68% | 0.98% | - |
| XYZ | 44.17 | 25.13 | 93.79 | - |
| YUV | 135.96 | 192.92 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 251 | 0.20 | 0.68 | 0 | 0.02 | 282 | 0.96 | 0.65 |
| Hex | C8 | 51 | FB | 14 | 44 | 0 | 2 | 11A | 60 | 41 |
| Octal | 310 | 121 | 373 | 24 | 104 | 0 | 2 | 432 | 140 | 101 |
| Binary | 11001000 | 1010001 | 11111011 | 10100 | 1000100 | 0 | 10 | 100011010 | 1100000 | 1000001 |
Color Harmonies of #C851FB
Complementary color
Monochromatic Colors of #C851FB
Black with #C851FB
Text Example
Text Example
White with #C851FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851FB; }
p { color: rgb(200,81,251); }
H1.HeaderClassName
{
color: #C851FB;
}
.AnyTagClassName
{
color: #C851FB;
}
</style>
background-color css
<style>
a { background-color: #C851FB; }
a { background-color: rgb(200,81,251); }
div.DivClassName
{
background-color: #C851FB;
}
.BgClassName
{
background-color: #C851FB;
}
</style>
border-color css
<style>
span { border-color: #C851FB; }
span { border-color: rgb(200,81,251); }
td.TdClassName
{
border-color: #C851FB;
}
.TagClassName
{
border-color: #C851FB;
}
</style>