Shades of Orchid #CE6EDB
Tints of Orchid #CE6EDB
RGB
CMYK
RGB Variations
Color information
#CE6EDB (or 0xCE6EDB) is known color: Orchid. HEX triplet: CE, 6E and DB. RGB value is (206,110,219). Sum of RGB (Red+Green+Blue) = 206+110+219=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE6EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6EDB is #319124. Grayscale: #969696. Windows color (decimal): -3248421 or 14380750. OLE color: 14380750.
HSL color Cylindrical-coordinate representation of color #CE6EDB: hue angle of 292.84º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6EDB is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 110 | 219 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.14 |
| HSL | 292.84º | 0.6% | 0.65% | - |
| HSV(B) | 292.84º | 0.5% | 0.86% | - |
| XYZ | 43.82 | 29.39 | 70.38 | - |
| YUV | 151.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 219 | 0.06 | 0.50 | 0 | 0.14 | 292.84 | 0.6 | 0.65 |
| Hex | CE | 6E | DB | 6 | 32 | 0 | E | 125 | 3C | 41 |
| Octal | 316 | 156 | 333 | 6 | 62 | 0 | 16 | 445 | 74 | 101 |
| Binary | 11001110 | 1101110 | 11011011 | 110 | 110010 | 0 | 1110 | 100100101 | 111100 | 1000001 |
Color Harmonies of #CE6EDB
Complementary color
Monochromatic Colors of #CE6EDB
Black with #CE6EDB
Text Example
Text Example
White with #CE6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6EDB; }
p { color: rgb(206,110,219); }
H1.HeaderClassName
{
color: #CE6EDB;
}
.AnyTagClassName
{
color: #CE6EDB;
}
</style>
background-color css
<style>
a { background-color: #CE6EDB; }
a { background-color: rgb(206,110,219); }
div.DivClassName
{
background-color: #CE6EDB;
}
.BgClassName
{
background-color: #CE6EDB;
}
</style>
border-color css
<style>
span { border-color: #CE6EDB; }
span { border-color: rgb(206,110,219); }
td.TdClassName
{
border-color: #CE6EDB;
}
.TagClassName
{
border-color: #CE6EDB;
}
</style>