Shades of Heliotrope #CE6CED
Tints of Heliotrope #CE6CED
RGB
CMYK
RGB Variations
Color information
#CE6CED (or 0xCE6CED) is known color: Heliotrope. HEX triplet: CE, 6C and ED. RGB value is (206,108,237). Sum of RGB (Red+Green+Blue) = 206+108+237=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE6CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6CED is #319312. Grayscale: #979797. Windows color (decimal): -3248915 or 15559886. OLE color: 15559886.
HSL color Cylindrical-coordinate representation of color #CE6CED: hue angle of 285.58º degrees, saturation: 0.78, 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 #CE6CED is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 108 | 237 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.07 |
| HSL | 285.58º | 0.78% | 0.68% | - |
| HSV(B) | 285.58º | 0.54% | 0.93% | - |
| XYZ | 46.1 | 29.96 | 83.47 | - |
| YUV | 152.01 | 175.97 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 237 | 0.13 | 0.54 | 0 | 0.07 | 285.58 | 0.78 | 0.68 |
| Hex | CE | 6C | ED | D | 36 | 0 | 7 | 11E | 4E | 44 |
| Octal | 316 | 154 | 355 | 15 | 66 | 0 | 7 | 436 | 116 | 104 |
| Binary | 11001110 | 1101100 | 11101101 | 1101 | 110110 | 0 | 111 | 100011110 | 1001110 | 1000100 |
Color Harmonies of #CE6CED
Complementary color
Monochromatic Colors of #CE6CED
Black with #CE6CED
Text Example
Text Example
White with #CE6CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CED; }
p { color: rgb(206,108,237); }
H1.HeaderClassName
{
color: #CE6CED;
}
.AnyTagClassName
{
color: #CE6CED;
}
</style>
background-color css
<style>
a { background-color: #CE6CED; }
a { background-color: rgb(206,108,237); }
div.DivClassName
{
background-color: #CE6CED;
}
.BgClassName
{
background-color: #CE6CED;
}
</style>
border-color css
<style>
span { border-color: #CE6CED; }
span { border-color: rgb(206,108,237); }
td.TdClassName
{
border-color: #CE6CED;
}
.TagClassName
{
border-color: #CE6CED;
}
</style>