Shades of Orchid #CE6DDB
Tints of Orchid #CE6DDB
RGB
CMYK
RGB Variations
Color information
#CE6DDB (or 0xCE6DDB) is known color: Orchid. HEX triplet: CE, 6D and DB. RGB value is (206,109,219). Sum of RGB (Red+Green+Blue) = 206+109+219=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE6DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DDB is #319224. Grayscale: #969696. Windows color (decimal): -3248677 or 14380494. OLE color: 14380494.
HSL color Cylindrical-coordinate representation of color #CE6DDB: hue angle of 292.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6DDB is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 109 | 219 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.14 |
| HSL | 292.91º | 0.6% | 0.64% | - |
| HSV(B) | 292.91º | 0.5% | 0.86% | - |
| XYZ | 43.71 | 29.17 | 70.35 | - |
| YUV | 150.54 | 166.64 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 219 | 0.06 | 0.50 | 0 | 0.14 | 292.91 | 0.6 | 0.64 |
| Hex | CE | 6D | DB | 6 | 32 | 0 | E | 125 | 3C | 40 |
| Octal | 316 | 155 | 333 | 6 | 62 | 0 | 16 | 445 | 74 | 100 |
| Binary | 11001110 | 1101101 | 11011011 | 110 | 110010 | 0 | 1110 | 100100101 | 111100 | 1000000 |
Color Harmonies of #CE6DDB
Complementary color
Monochromatic Colors of #CE6DDB
Black with #CE6DDB
Text Example
Text Example
White with #CE6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6DDB; }
p { color: rgb(206,109,219); }
H1.HeaderClassName
{
color: #CE6DDB;
}
.AnyTagClassName
{
color: #CE6DDB;
}
</style>
background-color css
<style>
a { background-color: #CE6DDB; }
a { background-color: rgb(206,109,219); }
div.DivClassName
{
background-color: #CE6DDB;
}
.BgClassName
{
background-color: #CE6DDB;
}
</style>
border-color css
<style>
span { border-color: #CE6DDB; }
span { border-color: rgb(206,109,219); }
td.TdClassName
{
border-color: #CE6DDB;
}
.TagClassName
{
border-color: #CE6DDB;
}
</style>