Shades of Heliotrope #C96EEE
Tints of Heliotrope #C96EEE
RGB
CMYK
RGB Variations
Color information
#C96EEE (or 0xC96EEE) is known color: Heliotrope. HEX triplet: C9, 6E and EE. RGB value is (201,110,238). Sum of RGB (Red+Green+Blue) = 201+110+238=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #C96EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96EEE is #369111. Grayscale: #979797. Windows color (decimal): -3576082 or 15625929. OLE color: 15625929.
HSL color Cylindrical-coordinate representation of color #C96EEE: hue angle of 282.66º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C96EEE is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 110 | 238 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.07 |
| HSL | 282.66º | 0.79% | 0.68% | - |
| HSV(B) | 282.66º | 0.54% | 0.93% | - |
| XYZ | 45.1 | 29.74 | 84.25 | - |
| YUV | 151.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 238 | 0.16 | 0.54 | 0 | 0.07 | 282.66 | 0.79 | 0.68 |
| Hex | C9 | 6E | EE | 10 | 36 | 0 | 7 | 11B | 4F | 44 |
| Octal | 311 | 156 | 356 | 20 | 66 | 0 | 7 | 433 | 117 | 104 |
| Binary | 11001001 | 1101110 | 11101110 | 10000 | 110110 | 0 | 111 | 100011011 | 1001111 | 1000100 |
Color Harmonies of #C96EEE
Complementary color
Monochromatic Colors of #C96EEE
Black with #C96EEE
Text Example
Text Example
White with #C96EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96EEE; }
p { color: rgb(201,110,238); }
H1.HeaderClassName
{
color: #C96EEE;
}
.AnyTagClassName
{
color: #C96EEE;
}
</style>
background-color css
<style>
a { background-color: #C96EEE; }
a { background-color: rgb(201,110,238); }
div.DivClassName
{
background-color: #C96EEE;
}
.BgClassName
{
background-color: #C96EEE;
}
</style>
border-color css
<style>
span { border-color: #C96EEE; }
span { border-color: rgb(201,110,238); }
td.TdClassName
{
border-color: #C96EEE;
}
.TagClassName
{
border-color: #C96EEE;
}
</style>