Shades of Heliotrope #C951FB
Tints of Heliotrope #C951FB
RGB
CMYK
RGB Variations
Color information
#C951FB (or 0xC951FB) is known color: Heliotrope. HEX triplet: C9, 51 and FB. RGB value is (201,81,251). Sum of RGB (Red+Green+Blue) = 201+81+251=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 81 (32.03% from 255 or 15.20% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #C951FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C951FB is #36AE04. Grayscale: #878787. Windows color (decimal): -3583493 or 16470473. OLE color: 16470473.
HSL color Cylindrical-coordinate representation of color #C951FB: hue angle of 282.35º 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 #C951FB is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 81 | 251 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.02 |
| HSL | 282.35º | 0.96% | 0.65% | - |
| HSV(B) | 282.35º | 0.68% | 0.98% | - |
| XYZ | 44.44 | 25.27 | 93.8 | - |
| YUV | 136.26 | 192.76 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 251 | 0.20 | 0.68 | 0 | 0.02 | 282.35 | 0.96 | 0.65 |
| Hex | C9 | 51 | FB | 14 | 44 | 0 | 2 | 11A | 60 | 41 |
| Octal | 311 | 121 | 373 | 24 | 104 | 0 | 2 | 432 | 140 | 101 |
| Binary | 11001001 | 1010001 | 11111011 | 10100 | 1000100 | 0 | 10 | 100011010 | 1100000 | 1000001 |
Color Harmonies of #C951FB
Complementary color
Monochromatic Colors of #C951FB
Black with #C951FB
Text Example
Text Example
White with #C951FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951FB; }
p { color: rgb(201,81,251); }
H1.HeaderClassName
{
color: #C951FB;
}
.AnyTagClassName
{
color: #C951FB;
}
</style>
background-color css
<style>
a { background-color: #C951FB; }
a { background-color: rgb(201,81,251); }
div.DivClassName
{
background-color: #C951FB;
}
.BgClassName
{
background-color: #C951FB;
}
</style>
border-color css
<style>
span { border-color: #C951FB; }
span { border-color: rgb(201,81,251); }
td.TdClassName
{
border-color: #C951FB;
}
.TagClassName
{
border-color: #C951FB;
}
</style>