Shades of Heliotrope #C957FC
Tints of Heliotrope #C957FC
RGB
CMYK
RGB Variations
Color information
#C957FC (or 0xC957FC) is known color: Heliotrope. HEX triplet: C9, 57 and FC. RGB value is (201,87,252). Sum of RGB (Red+Green+Blue) = 201+87+252=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 87 (34.38% from 255 or 16.11% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #C957FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C957FC is #36A803. Grayscale: #8B8B8B. Windows color (decimal): -3581956 or 16537545. OLE color: 16537545.
HSL color Cylindrical-coordinate representation of color #C957FC: hue angle of 281.45º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C957FC is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 87 | 252 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.01 |
| HSL | 281.45º | 0.96% | 0.66% | - |
| HSV(B) | 281.45º | 0.65% | 0.99% | - |
| XYZ | 45.07 | 26.26 | 94.79 | - |
| YUV | 139.9 | 191.27 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 252 | 0.20 | 0.65 | 0 | 0.01 | 281.45 | 0.96 | 0.66 |
| Hex | C9 | 57 | FC | 14 | 41 | 0 | 1 | 119 | 60 | 42 |
| Octal | 311 | 127 | 374 | 24 | 101 | 0 | 1 | 431 | 140 | 102 |
| Binary | 11001001 | 1010111 | 11111100 | 10100 | 1000001 | 0 | 1 | 100011001 | 1100000 | 1000010 |
Color Harmonies of #C957FC
Complementary color
Monochromatic Colors of #C957FC
Black with #C957FC
Text Example
Text Example
White with #C957FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957FC; }
p { color: rgb(201,87,252); }
H1.HeaderClassName
{
color: #C957FC;
}
.AnyTagClassName
{
color: #C957FC;
}
</style>
background-color css
<style>
a { background-color: #C957FC; }
a { background-color: rgb(201,87,252); }
div.DivClassName
{
background-color: #C957FC;
}
.BgClassName
{
background-color: #C957FC;
}
</style>
border-color css
<style>
span { border-color: #C957FC; }
span { border-color: rgb(201,87,252); }
td.TdClassName
{
border-color: #C957FC;
}
.TagClassName
{
border-color: #C957FC;
}
</style>