Shades of Heliotrope #C959F9
Tints of Heliotrope #C959F9
RGB
CMYK
RGB Variations
Color information
#C959F9 (or 0xC959F9) is known color: Heliotrope. HEX triplet: C9, 59 and F9. RGB value is (201,89,249). Sum of RGB (Red+Green+Blue) = 201+89+249=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 89 (35.16% from 255 or 16.51% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #C959F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C959F9 is #36A606. Grayscale: #8C8C8C. Windows color (decimal): -3581447 or 16341449. OLE color: 16341449.
HSL color Cylindrical-coordinate representation of color #C959F9: hue angle of 282º degrees, saturation: 0.93, 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 #C959F9 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 89 | 249 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.02 |
| HSL | 282º | 0.93% | 0.66% | - |
| HSV(B) | 282º | 0.64% | 0.98% | - |
| XYZ | 44.76 | 26.4 | 92.36 | - |
| YUV | 140.73 | 189.11 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 249 | 0.19 | 0.64 | 0 | 0.02 | 282 | 0.93 | 0.66 |
| Hex | C9 | 59 | F9 | 13 | 40 | 0 | 2 | 11A | 5D | 42 |
| Octal | 311 | 131 | 371 | 23 | 100 | 0 | 2 | 432 | 135 | 102 |
| Binary | 11001001 | 1011001 | 11111001 | 10011 | 1000000 | 0 | 10 | 100011010 | 1011101 | 1000010 |
Color Harmonies of #C959F9
Complementary color
Monochromatic Colors of #C959F9
Black with #C959F9
Text Example
Text Example
White with #C959F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959F9; }
p { color: rgb(201,89,249); }
H1.HeaderClassName
{
color: #C959F9;
}
.AnyTagClassName
{
color: #C959F9;
}
</style>
background-color css
<style>
a { background-color: #C959F9; }
a { background-color: rgb(201,89,249); }
div.DivClassName
{
background-color: #C959F9;
}
.BgClassName
{
background-color: #C959F9;
}
</style>
border-color css
<style>
span { border-color: #C959F9; }
span { border-color: rgb(201,89,249); }
td.TdClassName
{
border-color: #C959F9;
}
.TagClassName
{
border-color: #C959F9;
}
</style>