Shades of Heliotrope #CE6FED
Tints of Heliotrope #CE6FED
RGB
CMYK
RGB Variations
Color information
#CE6FED (or 0xCE6FED) is known color: Heliotrope. HEX triplet: CE, 6F and ED. RGB value is (206,111,237). Sum of RGB (Red+Green+Blue) = 206+111+237=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE6FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6FED is #319012. Grayscale: #999999. Windows color (decimal): -3248147 or 15560654. OLE color: 15560654.
HSL color Cylindrical-coordinate representation of color #CE6FED: hue angle of 285.24º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6FED is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 111 | 237 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.07 |
| HSL | 285.24º | 0.78% | 0.68% | - |
| HSV(B) | 285.24º | 0.53% | 0.93% | - |
| XYZ | 46.42 | 30.61 | 83.58 | - |
| YUV | 153.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 237 | 0.13 | 0.53 | 0 | 0.07 | 285.24 | 0.78 | 0.68 |
| Hex | CE | 6F | ED | D | 35 | 0 | 7 | 11D | 4E | 44 |
| Octal | 316 | 157 | 355 | 15 | 65 | 0 | 7 | 435 | 116 | 104 |
| Binary | 11001110 | 1101111 | 11101101 | 1101 | 110101 | 0 | 111 | 100011101 | 1001110 | 1000100 |
Color Harmonies of #CE6FED
Complementary color
Monochromatic Colors of #CE6FED
Black with #CE6FED
Text Example
Text Example
White with #CE6FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FED; }
p { color: rgb(206,111,237); }
H1.HeaderClassName
{
color: #CE6FED;
}
.AnyTagClassName
{
color: #CE6FED;
}
</style>
background-color css
<style>
a { background-color: #CE6FED; }
a { background-color: rgb(206,111,237); }
div.DivClassName
{
background-color: #CE6FED;
}
.BgClassName
{
background-color: #CE6FED;
}
</style>
border-color css
<style>
span { border-color: #CE6FED; }
span { border-color: rgb(206,111,237); }
td.TdClassName
{
border-color: #CE6FED;
}
.TagClassName
{
border-color: #CE6FED;
}
</style>