Shades of Heliotrope #C96EEC
Tints of Heliotrope #C96EEC
RGB
CMYK
RGB Variations
Color information
#C96EEC (or 0xC96EEC) is known color: Heliotrope. HEX triplet: C9, 6E and EC. RGB value is (201,110,236). Sum of RGB (Red+Green+Blue) = 201+110+236=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #C96EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96EEC is #369113. Grayscale: #979797. Windows color (decimal): -3576084 or 15494857. OLE color: 15494857.
HSL color Cylindrical-coordinate representation of color #C96EEC: hue angle of 283.33º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C96EEC is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 110 | 236 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.07 |
| HSL | 283.33º | 0.77% | 0.68% | - |
| HSV(B) | 283.33º | 0.53% | 0.93% | - |
| XYZ | 44.8 | 29.63 | 82.71 | - |
| YUV | 151.57 | 175.65 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 236 | 0.15 | 0.53 | 0 | 0.07 | 283.33 | 0.77 | 0.68 |
| Hex | C9 | 6E | EC | F | 35 | 0 | 7 | 11B | 4D | 44 |
| Octal | 311 | 156 | 354 | 17 | 65 | 0 | 7 | 433 | 115 | 104 |
| Binary | 11001001 | 1101110 | 11101100 | 1111 | 110101 | 0 | 111 | 100011011 | 1001101 | 1000100 |
Color Harmonies of #C96EEC
Complementary color
Monochromatic Colors of #C96EEC
Black with #C96EEC
Text Example
Text Example
White with #C96EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96EEC; }
p { color: rgb(201,110,236); }
H1.HeaderClassName
{
color: #C96EEC;
}
.AnyTagClassName
{
color: #C96EEC;
}
</style>
background-color css
<style>
a { background-color: #C96EEC; }
a { background-color: rgb(201,110,236); }
div.DivClassName
{
background-color: #C96EEC;
}
.BgClassName
{
background-color: #C96EEC;
}
</style>
border-color css
<style>
span { border-color: #C96EEC; }
span { border-color: rgb(201,110,236); }
td.TdClassName
{
border-color: #C96EEC;
}
.TagClassName
{
border-color: #C96EEC;
}
</style>