Shades of Heliotrope #C957FE
Tints of Heliotrope #C957FE
RGB
CMYK
RGB Variations
Color information
#C957FE (or 0xC957FE) is known color: Heliotrope. HEX triplet: C9, 57 and FE. RGB value is (201,87,254). Sum of RGB (Red+Green+Blue) = 201+87+254=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 87 (34.38% from 255 or 16.05% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #C957FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C957FE is #36A801. Grayscale: #8B8B8B. Windows color (decimal): -3581954 or 16668617. OLE color: 16668617.
HSL color Cylindrical-coordinate representation of color #C957FE: hue angle of 280.96º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C957FE is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 87 | 254 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.00 |
| HSL | 280.96º | 0.99% | 0.67% | - |
| HSV(B) | 280.96º | 0.66% | 1% | - |
| XYZ | 45.38 | 26.39 | 96.47 | - |
| YUV | 140.12 | 192.27 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 254 | 0.21 | 0.66 | 0 | 0.00 | 280.96 | 0.99 | 0.67 |
| Hex | C9 | 57 | FE | 15 | 42 | 0 | 0 | 119 | 63 | 43 |
| Octal | 311 | 127 | 376 | 25 | 102 | 0 | 0 | 431 | 143 | 103 |
| Binary | 11001001 | 1010111 | 11111110 | 10101 | 1000010 | 0 | 0 | 100011001 | 1100011 | 1000011 |
Color Harmonies of #C957FE
Complementary color
Monochromatic Colors of #C957FE
Black with #C957FE
Text Example
Text Example
White with #C957FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957FE; }
p { color: rgb(201,87,254); }
H1.HeaderClassName
{
color: #C957FE;
}
.AnyTagClassName
{
color: #C957FE;
}
</style>
background-color css
<style>
a { background-color: #C957FE; }
a { background-color: rgb(201,87,254); }
div.DivClassName
{
background-color: #C957FE;
}
.BgClassName
{
background-color: #C957FE;
}
</style>
border-color css
<style>
span { border-color: #C957FE; }
span { border-color: rgb(201,87,254); }
td.TdClassName
{
border-color: #C957FE;
}
.TagClassName
{
border-color: #C957FE;
}
</style>