Shades of Heliotrope #C979EB
Tints of Heliotrope #C979EB
RGB
CMYK
RGB Variations
Color information
#C979EB (or 0xC979EB) is known color: Heliotrope. HEX triplet: C9, 79 and EB. RGB value is (201,121,235). Sum of RGB (Red+Green+Blue) = 201+121+235=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 121 (47.66% from 255 or 21.72% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #C979EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C979EB is #368614. Grayscale: #9D9D9D. Windows color (decimal): -3573269 or 15432137. OLE color: 15432137.
HSL color Cylindrical-coordinate representation of color #C979EB: hue angle of 282.11º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C979EB is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 121 | 235 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.08 |
| HSL | 282.11º | 0.74% | 0.7% | - |
| HSV(B) | 282.11º | 0.49% | 0.92% | - |
| XYZ | 45.92 | 32.09 | 82.37 | - |
| YUV | 157.92 | 171.5 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 235 | 0.14 | 0.49 | 0 | 0.08 | 282.11 | 0.74 | 0.7 |
| Hex | C9 | 79 | EB | E | 31 | 0 | 8 | 11A | 4A | 46 |
| Octal | 311 | 171 | 353 | 16 | 61 | 0 | 10 | 432 | 112 | 106 |
| Binary | 11001001 | 1111001 | 11101011 | 1110 | 110001 | 0 | 1000 | 100011010 | 1001010 | 1000110 |
Color Harmonies of #C979EB
Complementary color
Monochromatic Colors of #C979EB
Black with #C979EB
Text Example
Text Example
White with #C979EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C979EB; }
p { color: rgb(201,121,235); }
H1.HeaderClassName
{
color: #C979EB;
}
.AnyTagClassName
{
color: #C979EB;
}
</style>
background-color css
<style>
a { background-color: #C979EB; }
a { background-color: rgb(201,121,235); }
div.DivClassName
{
background-color: #C979EB;
}
.BgClassName
{
background-color: #C979EB;
}
</style>
border-color css
<style>
span { border-color: #C979EB; }
span { border-color: rgb(201,121,235); }
td.TdClassName
{
border-color: #C979EB;
}
.TagClassName
{
border-color: #C979EB;
}
</style>