Shades of Heliotrope #C977EC
Tints of Heliotrope #C977EC
RGB
CMYK
RGB Variations
Color information
#C977EC (or 0xC977EC) is known color: Heliotrope. HEX triplet: C9, 77 and EC. RGB value is (201,119,236). Sum of RGB (Red+Green+Blue) = 201+119+236=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #C977EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C977EC is #368813. Grayscale: #9C9C9C. Windows color (decimal): -3573780 or 15497161. OLE color: 15497161.
HSL color Cylindrical-coordinate representation of color #C977EC: hue angle of 282.05º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C977EC is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 119 | 236 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.07 |
| HSL | 282.05º | 0.75% | 0.7% | - |
| HSV(B) | 282.05º | 0.5% | 0.93% | - |
| XYZ | 45.82 | 31.67 | 83.05 | - |
| YUV | 156.86 | 172.67 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 236 | 0.15 | 0.50 | 0 | 0.07 | 282.05 | 0.75 | 0.7 |
| Hex | C9 | 77 | EC | F | 32 | 0 | 7 | 11A | 4B | 46 |
| Octal | 311 | 167 | 354 | 17 | 62 | 0 | 7 | 432 | 113 | 106 |
| Binary | 11001001 | 1110111 | 11101100 | 1111 | 110010 | 0 | 111 | 100011010 | 1001011 | 1000110 |
Color Harmonies of #C977EC
Complementary color
Monochromatic Colors of #C977EC
Black with #C977EC
Text Example
Text Example
White with #C977EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C977EC; }
p { color: rgb(201,119,236); }
H1.HeaderClassName
{
color: #C977EC;
}
.AnyTagClassName
{
color: #C977EC;
}
</style>
background-color css
<style>
a { background-color: #C977EC; }
a { background-color: rgb(201,119,236); }
div.DivClassName
{
background-color: #C977EC;
}
.BgClassName
{
background-color: #C977EC;
}
</style>
border-color css
<style>
span { border-color: #C977EC; }
span { border-color: rgb(201,119,236); }
td.TdClassName
{
border-color: #C977EC;
}
.TagClassName
{
border-color: #C977EC;
}
</style>