Shades of Orchid #D07EDE
Tints of Orchid #D07EDE
RGB
CMYK
RGB Variations
Color information
#D07EDE (or 0xD07EDE) is known color: Orchid. HEX triplet: D0, 7E and DE. RGB value is (208,126,222). Sum of RGB (Red+Green+Blue) = 208+126+222=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #D07EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EDE is #2F8121. Grayscale: #A1A1A1. Windows color (decimal): -3113250 or 14581456. OLE color: 14581456.
HSL color Cylindrical-coordinate representation of color #D07EDE: hue angle of 291.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07EDE is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 126 | 222 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.13 |
| HSL | 291.25º | 0.59% | 0.68% | - |
| HSV(B) | 291.25º | 0.43% | 0.87% | - |
| XYZ | 46.66 | 33.61 | 73.13 | - |
| YUV | 161.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 222 | 0.06 | 0.43 | 0 | 0.13 | 291.25 | 0.59 | 0.68 |
| Hex | D0 | 7E | DE | 6 | 2B | 0 | D | 123 | 3B | 44 |
| Octal | 320 | 176 | 336 | 6 | 53 | 0 | 15 | 443 | 73 | 104 |
| Binary | 11010000 | 1111110 | 11011110 | 110 | 101011 | 0 | 1101 | 100100011 | 111011 | 1000100 |
Color Harmonies of #D07EDE
Complementary color
Monochromatic Colors of #D07EDE
Black with #D07EDE
Text Example
Text Example
White with #D07EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07EDE; }
p { color: rgb(208,126,222); }
H1.HeaderClassName
{
color: #D07EDE;
}
.AnyTagClassName
{
color: #D07EDE;
}
</style>
background-color css
<style>
a { background-color: #D07EDE; }
a { background-color: rgb(208,126,222); }
div.DivClassName
{
background-color: #D07EDE;
}
.BgClassName
{
background-color: #D07EDE;
}
</style>
border-color css
<style>
span { border-color: #D07EDE; }
span { border-color: rgb(208,126,222); }
td.TdClassName
{
border-color: #D07EDE;
}
.TagClassName
{
border-color: #D07EDE;
}
</style>