Shades of Heliotrope #C979F0
Tints of Heliotrope #C979F0
RGB
CMYK
RGB Variations
Color information
#C979F0 (or 0xC979F0) is known color: Heliotrope. HEX triplet: C9, 79 and F0. RGB value is (201,121,240). Sum of RGB (Red+Green+Blue) = 201+121+240=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #C979F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C979F0 is #36860F. Grayscale: #9E9E9E. Windows color (decimal): -3573264 or 15759817. OLE color: 15759817.
HSL color Cylindrical-coordinate representation of color #C979F0: hue angle of 280.34º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C979F0 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 121 | 240 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.06 |
| HSL | 280.34º | 0.8% | 0.71% | - |
| HSV(B) | 280.34º | 0.5% | 0.94% | - |
| XYZ | 46.65 | 32.38 | 86.23 | - |
| YUV | 158.49 | 174 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 240 | 0.16 | 0.50 | 0 | 0.06 | 280.34 | 0.8 | 0.71 |
| Hex | C9 | 79 | F0 | 10 | 32 | 0 | 6 | 118 | 50 | 47 |
| Octal | 311 | 171 | 360 | 20 | 62 | 0 | 6 | 430 | 120 | 107 |
| Binary | 11001001 | 1111001 | 11110000 | 10000 | 110010 | 0 | 110 | 100011000 | 1010000 | 1000111 |
Color Harmonies of #C979F0
Complementary color
Monochromatic Colors of #C979F0
Black with #C979F0
Text Example
Text Example
White with #C979F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C979F0; }
p { color: rgb(201,121,240); }
H1.HeaderClassName
{
color: #C979F0;
}
.AnyTagClassName
{
color: #C979F0;
}
</style>
background-color css
<style>
a { background-color: #C979F0; }
a { background-color: rgb(201,121,240); }
div.DivClassName
{
background-color: #C979F0;
}
.BgClassName
{
background-color: #C979F0;
}
</style>
border-color css
<style>
span { border-color: #C979F0; }
span { border-color: rgb(201,121,240); }
td.TdClassName
{
border-color: #C979F0;
}
.TagClassName
{
border-color: #C979F0;
}
</style>