Shades of Heliotrope #C977EA
Tints of Heliotrope #C977EA
RGB
CMYK
RGB Variations
Color information
#C977EA (or 0xC977EA) is known color: Heliotrope. HEX triplet: C9, 77 and EA. RGB value is (201,119,234). Sum of RGB (Red+Green+Blue) = 201+119+234=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #C977EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C977EA is #368815. Grayscale: #9C9C9C. Windows color (decimal): -3573782 or 15366089. OLE color: 15366089.
HSL color Cylindrical-coordinate representation of color #C977EA: hue angle of 282.78º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C977EA is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 119 | 234 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.08 |
| HSL | 282.78º | 0.73% | 0.69% | - |
| HSV(B) | 282.78º | 0.49% | 0.92% | - |
| XYZ | 45.54 | 31.55 | 81.53 | - |
| YUV | 156.63 | 171.67 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 234 | 0.14 | 0.49 | 0 | 0.08 | 282.78 | 0.73 | 0.69 |
| Hex | C9 | 77 | EA | E | 31 | 0 | 8 | 11B | 49 | 45 |
| Octal | 311 | 167 | 352 | 16 | 61 | 0 | 10 | 433 | 111 | 105 |
| Binary | 11001001 | 1110111 | 11101010 | 1110 | 110001 | 0 | 1000 | 100011011 | 1001001 | 1000101 |
Color Harmonies of #C977EA
Complementary color
Monochromatic Colors of #C977EA
Black with #C977EA
Text Example
Text Example
White with #C977EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C977EA; }
p { color: rgb(201,119,234); }
H1.HeaderClassName
{
color: #C977EA;
}
.AnyTagClassName
{
color: #C977EA;
}
</style>
background-color css
<style>
a { background-color: #C977EA; }
a { background-color: rgb(201,119,234); }
div.DivClassName
{
background-color: #C977EA;
}
.BgClassName
{
background-color: #C977EA;
}
</style>
border-color css
<style>
span { border-color: #C977EA; }
span { border-color: rgb(201,119,234); }
td.TdClassName
{
border-color: #C977EA;
}
.TagClassName
{
border-color: #C977EA;
}
</style>