Shades of Heliotrope #C976F1
Tints of Heliotrope #C976F1
RGB
CMYK
RGB Variations
Color information
#C976F1 (or 0xC976F1) is known color: Heliotrope. HEX triplet: C9, 76 and F1. RGB value is (201,118,241). Sum of RGB (Red+Green+Blue) = 201+118+241=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #C976F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C976F1 is #36890E. Grayscale: #9C9C9C. Windows color (decimal): -3574031 or 15824585. OLE color: 15824585.
HSL color Cylindrical-coordinate representation of color #C976F1: hue angle of 280.49º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C976F1 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 118 | 241 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.05 |
| HSL | 280.49º | 0.81% | 0.7% | - |
| HSV(B) | 280.49º | 0.51% | 0.95% | - |
| XYZ | 46.44 | 31.73 | 86.89 | - |
| YUV | 156.84 | 175.5 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 241 | 0.17 | 0.51 | 0 | 0.05 | 280.49 | 0.81 | 0.7 |
| Hex | C9 | 76 | F1 | 11 | 33 | 0 | 5 | 118 | 51 | 46 |
| Octal | 311 | 166 | 361 | 21 | 63 | 0 | 5 | 430 | 121 | 106 |
| Binary | 11001001 | 1110110 | 11110001 | 10001 | 110011 | 0 | 101 | 100011000 | 1010001 | 1000110 |
Color Harmonies of #C976F1
Complementary color
Monochromatic Colors of #C976F1
Black with #C976F1
Text Example
Text Example
White with #C976F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C976F1; }
p { color: rgb(201,118,241); }
H1.HeaderClassName
{
color: #C976F1;
}
.AnyTagClassName
{
color: #C976F1;
}
</style>
background-color css
<style>
a { background-color: #C976F1; }
a { background-color: rgb(201,118,241); }
div.DivClassName
{
background-color: #C976F1;
}
.BgClassName
{
background-color: #C976F1;
}
</style>
border-color css
<style>
span { border-color: #C976F1; }
span { border-color: rgb(201,118,241); }
td.TdClassName
{
border-color: #C976F1;
}
.TagClassName
{
border-color: #C976F1;
}
</style>