Shades of Heliotrope #C956FA
Tints of Heliotrope #C956FA
RGB
CMYK
RGB Variations
Color information
#C956FA (or 0xC956FA) is known color: Heliotrope. HEX triplet: C9, 56 and FA. RGB value is (201,86,250). Sum of RGB (Red+Green+Blue) = 201+86+250=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 86 (33.98% from 255 or 16.01% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #C956FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C956FA is #36A905. Grayscale: #8A8A8A. Windows color (decimal): -3582214 or 16406217. OLE color: 16406217.
HSL color Cylindrical-coordinate representation of color #C956FA: hue angle of 282.07º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C956FA is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 86 | 250 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.02 |
| HSL | 282.07º | 0.94% | 0.66% | - |
| HSV(B) | 282.07º | 0.66% | 0.98% | - |
| XYZ | 44.67 | 25.98 | 93.1 | - |
| YUV | 139.08 | 190.6 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 250 | 0.20 | 0.66 | 0 | 0.02 | 282.07 | 0.94 | 0.66 |
| Hex | C9 | 56 | FA | 14 | 42 | 0 | 2 | 11A | 5E | 42 |
| Octal | 311 | 126 | 372 | 24 | 102 | 0 | 2 | 432 | 136 | 102 |
| Binary | 11001001 | 1010110 | 11111010 | 10100 | 1000010 | 0 | 10 | 100011010 | 1011110 | 1000010 |
Color Harmonies of #C956FA
Complementary color
Monochromatic Colors of #C956FA
Black with #C956FA
Text Example
Text Example
White with #C956FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956FA; }
p { color: rgb(201,86,250); }
H1.HeaderClassName
{
color: #C956FA;
}
.AnyTagClassName
{
color: #C956FA;
}
</style>
background-color css
<style>
a { background-color: #C956FA; }
a { background-color: rgb(201,86,250); }
div.DivClassName
{
background-color: #C956FA;
}
.BgClassName
{
background-color: #C956FA;
}
</style>
border-color css
<style>
span { border-color: #C956FA; }
span { border-color: rgb(201,86,250); }
td.TdClassName
{
border-color: #C956FA;
}
.TagClassName
{
border-color: #C956FA;
}
</style>