Shades of Heliotrope #C957FF
Tints of Heliotrope #C957FF
RGB
CMYK
RGB Variations
Color information
#C957FF (or 0xC957FF) is known color: Heliotrope. HEX triplet: C9, 57 and FF. RGB value is (201,87,255). Sum of RGB (Red+Green+Blue) = 201+87+255=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 87 (34.38% from 255 or 16.02% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #C957FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C957FF is #36A800. Grayscale: #8B8B8B. Windows color (decimal): -3581953 or 16734153. OLE color: 16734153.
HSL color Cylindrical-coordinate representation of color #C957FF: hue angle of 280.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C957FF is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 87 | 255 | - |
| CMYK | 0.21 | 0.66 | 0 | 0 |
| HSL | 280.71º | 1% | 0.67% | - |
| HSV(B) | 280.71º | 0.66% | 1% | - |
| XYZ | 45.55 | 26.45 | 97.31 | - |
| YUV | 140.24 | 192.77 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 255 | 0.21 | 0.66 | 0 | 0 | 280.71 | 1 | 0.67 |
| Hex | C9 | 57 | FF | 15 | 42 | 0 | 0 | 119 | 64 | 43 |
| Octal | 311 | 127 | 377 | 25 | 102 | 0 | 0 | 431 | 144 | 103 |
| Binary | 11001001 | 1010111 | 11111111 | 10101 | 1000010 | 0 | 0 | 100011001 | 1100100 | 1000011 |
Color Harmonies of #C957FF
Complementary color
Monochromatic Colors of #C957FF
Black with #C957FF
Text Example
Text Example
White with #C957FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957FF; }
p { color: rgb(201,87,255); }
H1.HeaderClassName
{
color: #C957FF;
}
.AnyTagClassName
{
color: #C957FF;
}
</style>
background-color css
<style>
a { background-color: #C957FF; }
a { background-color: rgb(201,87,255); }
div.DivClassName
{
background-color: #C957FF;
}
.BgClassName
{
background-color: #C957FF;
}
</style>
border-color css
<style>
span { border-color: #C957FF; }
span { border-color: rgb(201,87,255); }
td.TdClassName
{
border-color: #C957FF;
}
.TagClassName
{
border-color: #C957FF;
}
</style>