Shades of Heliotrope #C976EB
Tints of Heliotrope #C976EB
RGB
CMYK
RGB Variations
Color information
#C976EB (or 0xC976EB) is known color: Heliotrope. HEX triplet: C9, 76 and EB. RGB value is (201,118,235). Sum of RGB (Red+Green+Blue) = 201+118+235=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #C976EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C976EB is #368914. Grayscale: #9B9B9B. Windows color (decimal): -3574037 or 15431369. OLE color: 15431369.
HSL color Cylindrical-coordinate representation of color #C976EB: hue angle of 282.56º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C976EB is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 118 | 235 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.08 |
| HSL | 282.56º | 0.75% | 0.69% | - |
| HSV(B) | 282.56º | 0.5% | 0.92% | - |
| XYZ | 45.56 | 31.37 | 82.25 | - |
| YUV | 156.16 | 172.5 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 235 | 0.14 | 0.50 | 0 | 0.08 | 282.56 | 0.75 | 0.69 |
| Hex | C9 | 76 | EB | E | 32 | 0 | 8 | 11B | 4B | 45 |
| Octal | 311 | 166 | 353 | 16 | 62 | 0 | 10 | 433 | 113 | 105 |
| Binary | 11001001 | 1110110 | 11101011 | 1110 | 110010 | 0 | 1000 | 100011011 | 1001011 | 1000101 |
Color Harmonies of #C976EB
Complementary color
Monochromatic Colors of #C976EB
Black with #C976EB
Text Example
Text Example
White with #C976EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C976EB; }
p { color: rgb(201,118,235); }
H1.HeaderClassName
{
color: #C976EB;
}
.AnyTagClassName
{
color: #C976EB;
}
</style>
background-color css
<style>
a { background-color: #C976EB; }
a { background-color: rgb(201,118,235); }
div.DivClassName
{
background-color: #C976EB;
}
.BgClassName
{
background-color: #C976EB;
}
</style>
border-color css
<style>
span { border-color: #C976EB; }
span { border-color: rgb(201,118,235); }
td.TdClassName
{
border-color: #C976EB;
}
.TagClassName
{
border-color: #C976EB;
}
</style>