Shades of Heliotrope #C952FB
Tints of Heliotrope #C952FB
RGB
CMYK
RGB Variations
Color information
#C952FB (or 0xC952FB) is known color: Heliotrope. HEX triplet: C9, 52 and FB. RGB value is (201,82,251). Sum of RGB (Red+Green+Blue) = 201+82+251=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 82 (32.42% from 255 or 15.36% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #C952FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C952FB is #36AD04. Grayscale: #888888. Windows color (decimal): -3583237 or 16470729. OLE color: 16470729.
HSL color Cylindrical-coordinate representation of color #C952FB: hue angle of 282.25º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C952FB is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 82 | 251 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.02 |
| HSL | 282.25º | 0.95% | 0.65% | - |
| HSV(B) | 282.25º | 0.67% | 0.98% | - |
| XYZ | 44.52 | 25.42 | 93.83 | - |
| YUV | 136.85 | 192.42 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 251 | 0.20 | 0.67 | 0 | 0.02 | 282.25 | 0.95 | 0.65 |
| Hex | C9 | 52 | FB | 14 | 43 | 0 | 2 | 11A | 5F | 41 |
| Octal | 311 | 122 | 373 | 24 | 103 | 0 | 2 | 432 | 137 | 101 |
| Binary | 11001001 | 1010010 | 11111011 | 10100 | 1000011 | 0 | 10 | 100011010 | 1011111 | 1000001 |
Color Harmonies of #C952FB
Complementary color
Monochromatic Colors of #C952FB
Black with #C952FB
Text Example
Text Example
White with #C952FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952FB; }
p { color: rgb(201,82,251); }
H1.HeaderClassName
{
color: #C952FB;
}
.AnyTagClassName
{
color: #C952FB;
}
</style>
background-color css
<style>
a { background-color: #C952FB; }
a { background-color: rgb(201,82,251); }
div.DivClassName
{
background-color: #C952FB;
}
.BgClassName
{
background-color: #C952FB;
}
</style>
border-color css
<style>
span { border-color: #C952FB; }
span { border-color: rgb(201,82,251); }
td.TdClassName
{
border-color: #C952FB;
}
.TagClassName
{
border-color: #C952FB;
}
</style>