Shades of Heliotrope #C956FC
Tints of Heliotrope #C956FC
RGB
CMYK
RGB Variations
Color information
#C956FC (or 0xC956FC) is known color: Heliotrope. HEX triplet: C9, 56 and FC. RGB value is (201,86,252). Sum of RGB (Red+Green+Blue) = 201+86+252=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 86 (33.98% from 255 or 15.96% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #C956FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C956FC is #36A903. Grayscale: #8A8A8A. Windows color (decimal): -3582212 or 16537289. OLE color: 16537289.
HSL color Cylindrical-coordinate representation of color #C956FC: hue angle of 281.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C956FC is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 86 | 252 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.01 |
| HSL | 281.57º | 0.97% | 0.66% | - |
| HSV(B) | 281.57º | 0.66% | 0.99% | - |
| XYZ | 44.99 | 26.1 | 94.76 | - |
| YUV | 139.31 | 191.6 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 252 | 0.20 | 0.66 | 0 | 0.01 | 281.57 | 0.97 | 0.66 |
| Hex | C9 | 56 | FC | 14 | 42 | 0 | 1 | 11A | 61 | 42 |
| Octal | 311 | 126 | 374 | 24 | 102 | 0 | 1 | 432 | 141 | 102 |
| Binary | 11001001 | 1010110 | 11111100 | 10100 | 1000010 | 0 | 1 | 100011010 | 1100001 | 1000010 |
Color Harmonies of #C956FC
Complementary color
Monochromatic Colors of #C956FC
Black with #C956FC
Text Example
Text Example
White with #C956FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956FC; }
p { color: rgb(201,86,252); }
H1.HeaderClassName
{
color: #C956FC;
}
.AnyTagClassName
{
color: #C956FC;
}
</style>
background-color css
<style>
a { background-color: #C956FC; }
a { background-color: rgb(201,86,252); }
div.DivClassName
{
background-color: #C956FC;
}
.BgClassName
{
background-color: #C956FC;
}
</style>
border-color css
<style>
span { border-color: #C956FC; }
span { border-color: rgb(201,86,252); }
td.TdClassName
{
border-color: #C956FC;
}
.TagClassName
{
border-color: #C956FC;
}
</style>