Shades of Heliotrope #C959FA
Tints of Heliotrope #C959FA
RGB
CMYK
RGB Variations
Color information
#C959FA (or 0xC959FA) is known color: Heliotrope. HEX triplet: C9, 59 and FA. RGB value is (201,89,250). Sum of RGB (Red+Green+Blue) = 201+89+250=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 89 (35.16% from 255 or 16.48% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #C959FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C959FA is #36A605. Grayscale: #8C8C8C. Windows color (decimal): -3581446 or 16406985. OLE color: 16406985.
HSL color Cylindrical-coordinate representation of color #C959FA: hue angle of 281.74º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C959FA is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 89 | 250 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.02 |
| HSL | 281.74º | 0.94% | 0.66% | - |
| HSV(B) | 281.74º | 0.64% | 0.98% | - |
| XYZ | 44.92 | 26.46 | 93.18 | - |
| YUV | 140.84 | 189.61 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 250 | 0.20 | 0.64 | 0 | 0.02 | 281.74 | 0.94 | 0.66 |
| Hex | C9 | 59 | FA | 14 | 40 | 0 | 2 | 11A | 5E | 42 |
| Octal | 311 | 131 | 372 | 24 | 100 | 0 | 2 | 432 | 136 | 102 |
| Binary | 11001001 | 1011001 | 11111010 | 10100 | 1000000 | 0 | 10 | 100011010 | 1011110 | 1000010 |
Color Harmonies of #C959FA
Complementary color
Monochromatic Colors of #C959FA
Black with #C959FA
Text Example
Text Example
White with #C959FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959FA; }
p { color: rgb(201,89,250); }
H1.HeaderClassName
{
color: #C959FA;
}
.AnyTagClassName
{
color: #C959FA;
}
</style>
background-color css
<style>
a { background-color: #C959FA; }
a { background-color: rgb(201,89,250); }
div.DivClassName
{
background-color: #C959FA;
}
.BgClassName
{
background-color: #C959FA;
}
</style>
border-color css
<style>
span { border-color: #C959FA; }
span { border-color: rgb(201,89,250); }
td.TdClassName
{
border-color: #C959FA;
}
.TagClassName
{
border-color: #C959FA;
}
</style>