Shades of Heliotrope #C976E6
Tints of Heliotrope #C976E6
RGB
CMYK
RGB Variations
Color information
#C976E6 (or 0xC976E6) is known color: Heliotrope. HEX triplet: C9, 76 and E6. RGB value is (201,118,230). Sum of RGB (Red+Green+Blue) = 201+118+230=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #C976E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C976E6 is #368919. Grayscale: #9B9B9B. Windows color (decimal): -3574042 or 15103689. OLE color: 15103689.
HSL color Cylindrical-coordinate representation of color #C976E6: hue angle of 284.46º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C976E6 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 118 | 230 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.10 |
| HSL | 284.46º | 0.69% | 0.68% | - |
| HSV(B) | 284.46º | 0.49% | 0.9% | - |
| XYZ | 44.85 | 31.09 | 78.5 | - |
| YUV | 155.59 | 170 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 230 | 0.13 | 0.49 | 0 | 0.10 | 284.46 | 0.69 | 0.68 |
| Hex | C9 | 76 | E6 | D | 31 | 0 | A | 11C | 45 | 44 |
| Octal | 311 | 166 | 346 | 15 | 61 | 0 | 12 | 434 | 105 | 104 |
| Binary | 11001001 | 1110110 | 11100110 | 1101 | 110001 | 0 | 1010 | 100011100 | 1000101 | 1000100 |
Color Harmonies of #C976E6
Complementary color
Monochromatic Colors of #C976E6
Black with #C976E6
Text Example
Text Example
White with #C976E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C976E6; }
p { color: rgb(201,118,230); }
H1.HeaderClassName
{
color: #C976E6;
}
.AnyTagClassName
{
color: #C976E6;
}
</style>
background-color css
<style>
a { background-color: #C976E6; }
a { background-color: rgb(201,118,230); }
div.DivClassName
{
background-color: #C976E6;
}
.BgClassName
{
background-color: #C976E6;
}
</style>
border-color css
<style>
span { border-color: #C976E6; }
span { border-color: rgb(201,118,230); }
td.TdClassName
{
border-color: #C976E6;
}
.TagClassName
{
border-color: #C976E6;
}
</style>