Shades of Heliotrope #C966EE
Tints of Heliotrope #C966EE
RGB
CMYK
RGB Variations
Color information
#C966EE (or 0xC966EE) is known color: Heliotrope. HEX triplet: C9, 66 and EE. RGB value is (201,102,238). Sum of RGB (Red+Green+Blue) = 201+102+238=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 102 (40.23% from 255 or 18.85% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #C966EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C966EE is #369911. Grayscale: #929292. Windows color (decimal): -3578130 or 15623881. OLE color: 15623881.
HSL color Cylindrical-coordinate representation of color #C966EE: hue angle of 283.68º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C966EE is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 102 | 238 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.07 |
| HSL | 283.68º | 0.8% | 0.67% | - |
| HSV(B) | 283.68º | 0.57% | 0.93% | - |
| XYZ | 44.27 | 28.09 | 83.98 | - |
| YUV | 147.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 238 | 0.16 | 0.57 | 0 | 0.07 | 283.68 | 0.8 | 0.67 |
| Hex | C9 | 66 | EE | 10 | 39 | 0 | 7 | 11C | 50 | 43 |
| Octal | 311 | 146 | 356 | 20 | 71 | 0 | 7 | 434 | 120 | 103 |
| Binary | 11001001 | 1100110 | 11101110 | 10000 | 111001 | 0 | 111 | 100011100 | 1010000 | 1000011 |
Color Harmonies of #C966EE
Complementary color
Monochromatic Colors of #C966EE
Black with #C966EE
Text Example
Text Example
White with #C966EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966EE; }
p { color: rgb(201,102,238); }
H1.HeaderClassName
{
color: #C966EE;
}
.AnyTagClassName
{
color: #C966EE;
}
</style>
background-color css
<style>
a { background-color: #C966EE; }
a { background-color: rgb(201,102,238); }
div.DivClassName
{
background-color: #C966EE;
}
.BgClassName
{
background-color: #C966EE;
}
</style>
border-color css
<style>
span { border-color: #C966EE; }
span { border-color: rgb(201,102,238); }
td.TdClassName
{
border-color: #C966EE;
}
.TagClassName
{
border-color: #C966EE;
}
</style>