Shades of Heliotrope #CE6AED
Tints of Heliotrope #CE6AED
RGB
CMYK
RGB Variations
Color information
#CE6AED (or 0xCE6AED) is known color: Heliotrope. HEX triplet: CE, 6A and ED. RGB value is (206,106,237). Sum of RGB (Red+Green+Blue) = 206+106+237=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE6AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6AED is #319512. Grayscale: #969696. Windows color (decimal): -3249427 or 15559374. OLE color: 15559374.
HSL color Cylindrical-coordinate representation of color #CE6AED: hue angle of 285.8º degrees, saturation: 0.78, 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 #CE6AED is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 106 | 237 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.07 |
| HSL | 285.8º | 0.78% | 0.67% | - |
| HSV(B) | 285.8º | 0.55% | 0.93% | - |
| XYZ | 45.89 | 29.54 | 83.4 | - |
| YUV | 150.83 | 176.63 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 237 | 0.13 | 0.55 | 0 | 0.07 | 285.8 | 0.78 | 0.67 |
| Hex | CE | 6A | ED | D | 37 | 0 | 7 | 11E | 4E | 43 |
| Octal | 316 | 152 | 355 | 15 | 67 | 0 | 7 | 436 | 116 | 103 |
| Binary | 11001110 | 1101010 | 11101101 | 1101 | 110111 | 0 | 111 | 100011110 | 1001110 | 1000011 |
Color Harmonies of #CE6AED
Complementary color
Monochromatic Colors of #CE6AED
Black with #CE6AED
Text Example
Text Example
White with #CE6AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6AED; }
p { color: rgb(206,106,237); }
H1.HeaderClassName
{
color: #CE6AED;
}
.AnyTagClassName
{
color: #CE6AED;
}
</style>
background-color css
<style>
a { background-color: #CE6AED; }
a { background-color: rgb(206,106,237); }
div.DivClassName
{
background-color: #CE6AED;
}
.BgClassName
{
background-color: #CE6AED;
}
</style>
border-color css
<style>
span { border-color: #CE6AED; }
span { border-color: rgb(206,106,237); }
td.TdClassName
{
border-color: #CE6AED;
}
.TagClassName
{
border-color: #CE6AED;
}
</style>