Shades of Heliotrope #C96EE8
Tints of Heliotrope #C96EE8
RGB
CMYK
RGB Variations
Color information
#C96EE8 (or 0xC96EE8) is known color: Heliotrope. HEX triplet: C9, 6E and E8. RGB value is (201,110,232). Sum of RGB (Red+Green+Blue) = 201+110+232=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 232 - color contains mainly: blue. Hex color #C96EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96EE8 is #369117. Grayscale: #969696. Windows color (decimal): -3576088 or 15232713. OLE color: 15232713.
HSL color Cylindrical-coordinate representation of color #C96EE8: hue angle of 284.75º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C96EE8 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 110 | 232 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.09 |
| HSL | 284.75º | 0.73% | 0.67% | - |
| HSV(B) | 284.75º | 0.53% | 0.91% | - |
| XYZ | 44.23 | 29.4 | 79.69 | - |
| YUV | 151.12 | 173.65 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 232 | 0.13 | 0.53 | 0 | 0.09 | 284.75 | 0.73 | 0.67 |
| Hex | C9 | 6E | E8 | D | 35 | 0 | 9 | 11D | 49 | 43 |
| Octal | 311 | 156 | 350 | 15 | 65 | 0 | 11 | 435 | 111 | 103 |
| Binary | 11001001 | 1101110 | 11101000 | 1101 | 110101 | 0 | 1001 | 100011101 | 1001001 | 1000011 |
Color Harmonies of #C96EE8
Complementary color
Monochromatic Colors of #C96EE8
Black with #C96EE8
Text Example
Text Example
White with #C96EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96EE8; }
p { color: rgb(201,110,232); }
H1.HeaderClassName
{
color: #C96EE8;
}
.AnyTagClassName
{
color: #C96EE8;
}
</style>
background-color css
<style>
a { background-color: #C96EE8; }
a { background-color: rgb(201,110,232); }
div.DivClassName
{
background-color: #C96EE8;
}
.BgClassName
{
background-color: #C96EE8;
}
</style>
border-color css
<style>
span { border-color: #C96EE8; }
span { border-color: rgb(201,110,232); }
td.TdClassName
{
border-color: #C96EE8;
}
.TagClassName
{
border-color: #C96EE8;
}
</style>