Shades of Heliotrope #C979E5
Tints of Heliotrope #C979E5
RGB
CMYK
RGB Variations
Color information
#C979E5 (or 0xC979E5) is known color: Heliotrope. HEX triplet: C9, 79 and E5. RGB value is (201,121,229). Sum of RGB (Red+Green+Blue) = 201+121+229=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #C979E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979E5 is #36861A. Grayscale: #9C9C9C. Windows color (decimal): -3573275 or 15038921. OLE color: 15038921.
HSL color Cylindrical-coordinate representation of color #C979E5: hue angle of 284.44º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C979E5 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 121 | 229 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.10 |
| HSL | 284.44º | 0.68% | 0.69% | - |
| HSV(B) | 284.44º | 0.47% | 0.9% | - |
| XYZ | 45.07 | 31.75 | 77.88 | - |
| YUV | 157.23 | 168.5 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 229 | 0.12 | 0.47 | 0 | 0.10 | 284.44 | 0.68 | 0.69 |
| Hex | C9 | 79 | E5 | C | 2F | 0 | A | 11C | 44 | 45 |
| Octal | 311 | 171 | 345 | 14 | 57 | 0 | 12 | 434 | 104 | 105 |
| Binary | 11001001 | 1111001 | 11100101 | 1100 | 101111 | 0 | 1010 | 100011100 | 1000100 | 1000101 |
Color Harmonies of #C979E5
Complementary color
Monochromatic Colors of #C979E5
Black with #C979E5
Text Example
Text Example
White with #C979E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C979E5; }
p { color: rgb(201,121,229); }
H1.HeaderClassName
{
color: #C979E5;
}
.AnyTagClassName
{
color: #C979E5;
}
</style>
background-color css
<style>
a { background-color: #C979E5; }
a { background-color: rgb(201,121,229); }
div.DivClassName
{
background-color: #C979E5;
}
.BgClassName
{
background-color: #C979E5;
}
</style>
border-color css
<style>
span { border-color: #C979E5; }
span { border-color: rgb(201,121,229); }
td.TdClassName
{
border-color: #C979E5;
}
.TagClassName
{
border-color: #C979E5;
}
</style>