Shades of Orchid #D07EDB
Tints of Orchid #D07EDB
RGB
CMYK
RGB Variations
Color information
#D07EDB (or 0xD07EDB) is known color: Orchid. HEX triplet: D0, 7E and DB. RGB value is (208,126,219). Sum of RGB (Red+Green+Blue) = 208+126+219=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #D07EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EDB is #2F8124. Grayscale: #A0A0A0. Windows color (decimal): -3113253 or 14384848. OLE color: 14384848.
HSL color Cylindrical-coordinate representation of color #D07EDB: hue angle of 292.9º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07EDB is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 126 | 219 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.14 |
| HSL | 292.9º | 0.56% | 0.68% | - |
| HSV(B) | 292.9º | 0.42% | 0.86% | - |
| XYZ | 46.26 | 33.45 | 71.04 | - |
| YUV | 161.12 | 160.67 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 219 | 0.05 | 0.42 | 0 | 0.14 | 292.9 | 0.56 | 0.68 |
| Hex | D0 | 7E | DB | 5 | 2A | 0 | E | 125 | 38 | 44 |
| Octal | 320 | 176 | 333 | 5 | 52 | 0 | 16 | 445 | 70 | 104 |
| Binary | 11010000 | 1111110 | 11011011 | 101 | 101010 | 0 | 1110 | 100100101 | 111000 | 1000100 |
Color Harmonies of #D07EDB
Complementary color
Monochromatic Colors of #D07EDB
Black with #D07EDB
Text Example
Text Example
White with #D07EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07EDB; }
p { color: rgb(208,126,219); }
H1.HeaderClassName
{
color: #D07EDB;
}
.AnyTagClassName
{
color: #D07EDB;
}
</style>
background-color css
<style>
a { background-color: #D07EDB; }
a { background-color: rgb(208,126,219); }
div.DivClassName
{
background-color: #D07EDB;
}
.BgClassName
{
background-color: #D07EDB;
}
</style>
border-color css
<style>
span { border-color: #D07EDB; }
span { border-color: rgb(208,126,219); }
td.TdClassName
{
border-color: #D07EDB;
}
.TagClassName
{
border-color: #D07EDB;
}
</style>