Shades of Heliotrope #C956F9
Tints of Heliotrope #C956F9
RGB
CMYK
RGB Variations
Color information
#C956F9 (or 0xC956F9) is known color: Heliotrope. HEX triplet: C9, 56 and F9. RGB value is (201,86,249). Sum of RGB (Red+Green+Blue) = 201+86+249=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 86 (33.98% from 255 or 16.04% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #C956F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C956F9 is #36A906. Grayscale: #8A8A8A. Windows color (decimal): -3582215 or 16340681. OLE color: 16340681.
HSL color Cylindrical-coordinate representation of color #C956F9: hue angle of 282.33º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C956F9 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 86 | 249 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.02 |
| HSL | 282.33º | 0.93% | 0.66% | - |
| HSV(B) | 282.33º | 0.65% | 0.98% | - |
| XYZ | 44.51 | 25.91 | 92.28 | - |
| YUV | 138.97 | 190.1 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 249 | 0.19 | 0.65 | 0 | 0.02 | 282.33 | 0.93 | 0.66 |
| Hex | C9 | 56 | F9 | 13 | 41 | 0 | 2 | 11A | 5D | 42 |
| Octal | 311 | 126 | 371 | 23 | 101 | 0 | 2 | 432 | 135 | 102 |
| Binary | 11001001 | 1010110 | 11111001 | 10011 | 1000001 | 0 | 10 | 100011010 | 1011101 | 1000010 |
Color Harmonies of #C956F9
Complementary color
Monochromatic Colors of #C956F9
Black with #C956F9
Text Example
Text Example
White with #C956F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956F9; }
p { color: rgb(201,86,249); }
H1.HeaderClassName
{
color: #C956F9;
}
.AnyTagClassName
{
color: #C956F9;
}
</style>
background-color css
<style>
a { background-color: #C956F9; }
a { background-color: rgb(201,86,249); }
div.DivClassName
{
background-color: #C956F9;
}
.BgClassName
{
background-color: #C956F9;
}
</style>
border-color css
<style>
span { border-color: #C956F9; }
span { border-color: rgb(201,86,249); }
td.TdClassName
{
border-color: #C956F9;
}
.TagClassName
{
border-color: #C956F9;
}
</style>