Shades of Heliotrope #C979EA
Tints of Heliotrope #C979EA
RGB
CMYK
RGB Variations
Color information
#C979EA (or 0xC979EA) is known color: Heliotrope. HEX triplet: C9, 79 and EA. RGB value is (201,121,234). Sum of RGB (Red+Green+Blue) = 201+121+234=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #C979EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C979EA is #368615. Grayscale: #9D9D9D. Windows color (decimal): -3573270 or 15366601. OLE color: 15366601.
HSL color Cylindrical-coordinate representation of color #C979EA: hue angle of 282.48º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C979EA is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 121 | 234 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.08 |
| HSL | 282.48º | 0.73% | 0.7% | - |
| HSV(B) | 282.48º | 0.48% | 0.92% | - |
| XYZ | 45.78 | 32.03 | 81.61 | - |
| YUV | 157.8 | 171 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 234 | 0.14 | 0.48 | 0 | 0.08 | 282.48 | 0.73 | 0.7 |
| Hex | C9 | 79 | EA | E | 30 | 0 | 8 | 11A | 49 | 46 |
| Octal | 311 | 171 | 352 | 16 | 60 | 0 | 10 | 432 | 111 | 106 |
| Binary | 11001001 | 1111001 | 11101010 | 1110 | 110000 | 0 | 1000 | 100011010 | 1001001 | 1000110 |
Color Harmonies of #C979EA
Complementary color
Monochromatic Colors of #C979EA
Black with #C979EA
Text Example
Text Example
White with #C979EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C979EA; }
p { color: rgb(201,121,234); }
H1.HeaderClassName
{
color: #C979EA;
}
.AnyTagClassName
{
color: #C979EA;
}
</style>
background-color css
<style>
a { background-color: #C979EA; }
a { background-color: rgb(201,121,234); }
div.DivClassName
{
background-color: #C979EA;
}
.BgClassName
{
background-color: #C979EA;
}
</style>
border-color css
<style>
span { border-color: #C979EA; }
span { border-color: rgb(201,121,234); }
td.TdClassName
{
border-color: #C979EA;
}
.TagClassName
{
border-color: #C979EA;
}
</style>