Shades of Heliotrope #CE6AEC
Tints of Heliotrope #CE6AEC
RGB
CMYK
RGB Variations
Color information
#CE6AEC (or 0xCE6AEC) is known color: Heliotrope. HEX triplet: CE, 6A and EC. RGB value is (206,106,236). Sum of RGB (Red+Green+Blue) = 206+106+236=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE6AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6AEC is #319513. Grayscale: #969696. Windows color (decimal): -3249428 or 15493838. OLE color: 15493838.
HSL color Cylindrical-coordinate representation of color #CE6AEC: hue angle of 286.15º degrees, saturation: 0.77, 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 #CE6AEC is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 106 | 236 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.07 |
| HSL | 286.15º | 0.77% | 0.67% | - |
| HSV(B) | 286.15º | 0.55% | 0.93% | - |
| XYZ | 45.75 | 29.49 | 82.64 | - |
| YUV | 150.72 | 176.13 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 236 | 0.13 | 0.55 | 0 | 0.07 | 286.15 | 0.77 | 0.67 |
| Hex | CE | 6A | EC | D | 37 | 0 | 7 | 11E | 4D | 43 |
| Octal | 316 | 152 | 354 | 15 | 67 | 0 | 7 | 436 | 115 | 103 |
| Binary | 11001110 | 1101010 | 11101100 | 1101 | 110111 | 0 | 111 | 100011110 | 1001101 | 1000011 |
Color Harmonies of #CE6AEC
Complementary color
Monochromatic Colors of #CE6AEC
Black with #CE6AEC
Text Example
Text Example
White with #CE6AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6AEC; }
p { color: rgb(206,106,236); }
H1.HeaderClassName
{
color: #CE6AEC;
}
.AnyTagClassName
{
color: #CE6AEC;
}
</style>
background-color css
<style>
a { background-color: #CE6AEC; }
a { background-color: rgb(206,106,236); }
div.DivClassName
{
background-color: #CE6AEC;
}
.BgClassName
{
background-color: #CE6AEC;
}
</style>
border-color css
<style>
span { border-color: #CE6AEC; }
span { border-color: rgb(206,106,236); }
td.TdClassName
{
border-color: #CE6AEC;
}
.TagClassName
{
border-color: #CE6AEC;
}
</style>