Shades of Heliotrope #C958FF
Tints of Heliotrope #C958FF
RGB
CMYK
RGB Variations
Color information
#C958FF (or 0xC958FF) is known color: Heliotrope. HEX triplet: C9, 58 and FF. RGB value is (201,88,255). Sum of RGB (Red+Green+Blue) = 201+88+255=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 88 (34.77% from 255 or 16.18% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #C958FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C958FF is #36A700. Grayscale: #8C8C8C. Windows color (decimal): -3581697 or 16734409. OLE color: 16734409.
HSL color Cylindrical-coordinate representation of color #C958FF: hue angle of 280.6º 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 #C958FF is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 88 | 255 | - |
| CMYK | 0.21 | 0.65 | 0 | 0 |
| HSL | 280.6º | 1% | 0.67% | - |
| HSV(B) | 280.6º | 0.65% | 1% | - |
| XYZ | 45.63 | 26.62 | 97.34 | - |
| YUV | 140.83 | 192.44 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 255 | 0.21 | 0.65 | 0 | 0 | 280.6 | 1 | 0.67 |
| Hex | C9 | 58 | FF | 15 | 41 | 0 | 0 | 119 | 64 | 43 |
| Octal | 311 | 130 | 377 | 25 | 101 | 0 | 0 | 431 | 144 | 103 |
| Binary | 11001001 | 1011000 | 11111111 | 10101 | 1000001 | 0 | 0 | 100011001 | 1100100 | 1000011 |
Color Harmonies of #C958FF
Complementary color
Monochromatic Colors of #C958FF
Black with #C958FF
Text Example
Text Example
White with #C958FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958FF; }
p { color: rgb(201,88,255); }
H1.HeaderClassName
{
color: #C958FF;
}
.AnyTagClassName
{
color: #C958FF;
}
</style>
background-color css
<style>
a { background-color: #C958FF; }
a { background-color: rgb(201,88,255); }
div.DivClassName
{
background-color: #C958FF;
}
.BgClassName
{
background-color: #C958FF;
}
</style>
border-color css
<style>
span { border-color: #C958FF; }
span { border-color: rgb(201,88,255); }
td.TdClassName
{
border-color: #C958FF;
}
.TagClassName
{
border-color: #C958FF;
}
</style>