Shades of Heliotrope #C96DEE
Tints of Heliotrope #C96DEE
RGB
CMYK
RGB Variations
Color information
#C96DEE (or 0xC96DEE) is known color: Heliotrope. HEX triplet: C9, 6D and EE. RGB value is (201,109,238). Sum of RGB (Red+Green+Blue) = 201+109+238=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #C96DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96DEE is #369211. Grayscale: #969696. Windows color (decimal): -3576338 or 15625673. OLE color: 15625673.
HSL color Cylindrical-coordinate representation of color #C96DEE: hue angle of 282.79º 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 #C96DEE is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 109 | 238 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.07 |
| HSL | 282.79º | 0.79% | 0.68% | - |
| HSV(B) | 282.79º | 0.54% | 0.93% | - |
| XYZ | 44.99 | 29.53 | 84.22 | - |
| YUV | 151.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 238 | 0.16 | 0.54 | 0 | 0.07 | 282.79 | 0.79 | 0.68 |
| Hex | C9 | 6D | EE | 10 | 36 | 0 | 7 | 11B | 4F | 44 |
| Octal | 311 | 155 | 356 | 20 | 66 | 0 | 7 | 433 | 117 | 104 |
| Binary | 11001001 | 1101101 | 11101110 | 10000 | 110110 | 0 | 111 | 100011011 | 1001111 | 1000100 |
Color Harmonies of #C96DEE
Complementary color
Monochromatic Colors of #C96DEE
Black with #C96DEE
Text Example
Text Example
White with #C96DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DEE; }
p { color: rgb(201,109,238); }
H1.HeaderClassName
{
color: #C96DEE;
}
.AnyTagClassName
{
color: #C96DEE;
}
</style>
background-color css
<style>
a { background-color: #C96DEE; }
a { background-color: rgb(201,109,238); }
div.DivClassName
{
background-color: #C96DEE;
}
.BgClassName
{
background-color: #C96DEE;
}
</style>
border-color css
<style>
span { border-color: #C96DEE; }
span { border-color: rgb(201,109,238); }
td.TdClassName
{
border-color: #C96DEE;
}
.TagClassName
{
border-color: #C96DEE;
}
</style>