Shades of Heliotrope #C959FF
Tints of Heliotrope #C959FF
RGB
CMYK
RGB Variations
Color information
#C959FF (or 0xC959FF) is known color: Heliotrope. HEX triplet: C9, 59 and FF. RGB value is (201,89,255). Sum of RGB (Red+Green+Blue) = 201+89+255=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 89 (35.16% from 255 or 16.33% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #C959FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C959FF is #36A600. Grayscale: #8C8C8C. Windows color (decimal): -3581441 or 16734665. OLE color: 16734665.
HSL color Cylindrical-coordinate representation of color #C959FF: hue angle of 280.48º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C959FF is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 89 | 255 | - |
| CMYK | 0.21 | 0.65 | 0 | 0 |
| HSL | 280.48º | 1% | 0.67% | - |
| HSV(B) | 280.48º | 0.65% | 1% | - |
| XYZ | 45.71 | 26.78 | 97.37 | - |
| YUV | 141.41 | 192.11 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 255 | 0.21 | 0.65 | 0 | 0 | 280.48 | 1 | 0.67 |
| Hex | C9 | 59 | FF | 15 | 41 | 0 | 0 | 118 | 64 | 43 |
| Octal | 311 | 131 | 377 | 25 | 101 | 0 | 0 | 430 | 144 | 103 |
| Binary | 11001001 | 1011001 | 11111111 | 10101 | 1000001 | 0 | 0 | 100011000 | 1100100 | 1000011 |
Color Harmonies of #C959FF
Complementary color
Monochromatic Colors of #C959FF
Black with #C959FF
Text Example
Text Example
White with #C959FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959FF; }
p { color: rgb(201,89,255); }
H1.HeaderClassName
{
color: #C959FF;
}
.AnyTagClassName
{
color: #C959FF;
}
</style>
background-color css
<style>
a { background-color: #C959FF; }
a { background-color: rgb(201,89,255); }
div.DivClassName
{
background-color: #C959FF;
}
.BgClassName
{
background-color: #C959FF;
}
</style>
border-color css
<style>
span { border-color: #C959FF; }
span { border-color: rgb(201,89,255); }
td.TdClassName
{
border-color: #C959FF;
}
.TagClassName
{
border-color: #C959FF;
}
</style>