Shades of Heliotrope #C976F0
Tints of Heliotrope #C976F0
RGB
CMYK
RGB Variations
Color information
#C976F0 (or 0xC976F0) is known color: Heliotrope. HEX triplet: C9, 76 and F0. RGB value is (201,118,240). Sum of RGB (Red+Green+Blue) = 201+118+240=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #C976F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C976F0 is #36890F. Grayscale: #9C9C9C. Windows color (decimal): -3574032 or 15759049. OLE color: 15759049.
HSL color Cylindrical-coordinate representation of color #C976F0: hue angle of 280.82º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C976F0 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 118 | 240 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.06 |
| HSL | 280.82º | 0.8% | 0.7% | - |
| HSV(B) | 280.82º | 0.51% | 0.94% | - |
| XYZ | 46.29 | 31.67 | 86.11 | - |
| YUV | 156.73 | 175 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 240 | 0.16 | 0.51 | 0 | 0.06 | 280.82 | 0.8 | 0.7 |
| Hex | C9 | 76 | F0 | 10 | 33 | 0 | 6 | 119 | 50 | 46 |
| Octal | 311 | 166 | 360 | 20 | 63 | 0 | 6 | 431 | 120 | 106 |
| Binary | 11001001 | 1110110 | 11110000 | 10000 | 110011 | 0 | 110 | 100011001 | 1010000 | 1000110 |
Color Harmonies of #C976F0
Complementary color
Monochromatic Colors of #C976F0
Black with #C976F0
Text Example
Text Example
White with #C976F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C976F0; }
p { color: rgb(201,118,240); }
H1.HeaderClassName
{
color: #C976F0;
}
.AnyTagClassName
{
color: #C976F0;
}
</style>
background-color css
<style>
a { background-color: #C976F0; }
a { background-color: rgb(201,118,240); }
div.DivClassName
{
background-color: #C976F0;
}
.BgClassName
{
background-color: #C976F0;
}
</style>
border-color css
<style>
span { border-color: #C976F0; }
span { border-color: rgb(201,118,240); }
td.TdClassName
{
border-color: #C976F0;
}
.TagClassName
{
border-color: #C976F0;
}
</style>