Shades of Heliotrope #C96AEE
Tints of Heliotrope #C96AEE
RGB
CMYK
RGB Variations
Color information
#C96AEE (or 0xC96AEE) is known color: Heliotrope. HEX triplet: C9, 6A and EE. RGB value is (201,106,238). Sum of RGB (Red+Green+Blue) = 201+106+238=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #C96AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96AEE is #369511. Grayscale: #959595. Windows color (decimal): -3577106 or 15624905. OLE color: 15624905.
HSL color Cylindrical-coordinate representation of color #C96AEE: hue angle of 283.18º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C96AEE is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 106 | 238 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.07 |
| HSL | 283.18º | 0.8% | 0.67% | - |
| HSV(B) | 283.18º | 0.55% | 0.93% | - |
| XYZ | 44.67 | 28.9 | 84.11 | - |
| YUV | 149.45 | 177.97 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 238 | 0.16 | 0.55 | 0 | 0.07 | 283.18 | 0.8 | 0.67 |
| Hex | C9 | 6A | EE | 10 | 37 | 0 | 7 | 11B | 50 | 43 |
| Octal | 311 | 152 | 356 | 20 | 67 | 0 | 7 | 433 | 120 | 103 |
| Binary | 11001001 | 1101010 | 11101110 | 10000 | 110111 | 0 | 111 | 100011011 | 1010000 | 1000011 |
Color Harmonies of #C96AEE
Complementary color
Monochromatic Colors of #C96AEE
Black with #C96AEE
Text Example
Text Example
White with #C96AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96AEE; }
p { color: rgb(201,106,238); }
H1.HeaderClassName
{
color: #C96AEE;
}
.AnyTagClassName
{
color: #C96AEE;
}
</style>
background-color css
<style>
a { background-color: #C96AEE; }
a { background-color: rgb(201,106,238); }
div.DivClassName
{
background-color: #C96AEE;
}
.BgClassName
{
background-color: #C96AEE;
}
</style>
border-color css
<style>
span { border-color: #C96AEE; }
span { border-color: rgb(201,106,238); }
td.TdClassName
{
border-color: #C96AEE;
}
.TagClassName
{
border-color: #C96AEE;
}
</style>