Shades of Orchid #D07EDD
Tints of Orchid #D07EDD
RGB
CMYK
RGB Variations
Color information
#D07EDD (or 0xD07EDD) is known color: Orchid. HEX triplet: D0, 7E and DD. RGB value is (208,126,221). Sum of RGB (Red+Green+Blue) = 208+126+221=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #D07EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EDD is #2F8122. Grayscale: #A1A1A1. Windows color (decimal): -3113251 or 14515920. OLE color: 14515920.
HSL color Cylindrical-coordinate representation of color #D07EDD: hue angle of 291.79º degrees, saturation: 0.58, 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 #D07EDD is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 126 | 221 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.13 |
| HSL | 291.79º | 0.58% | 0.68% | - |
| HSV(B) | 291.79º | 0.43% | 0.87% | - |
| XYZ | 46.52 | 33.55 | 72.43 | - |
| YUV | 161.35 | 161.67 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 221 | 0.06 | 0.43 | 0 | 0.13 | 291.79 | 0.58 | 0.68 |
| Hex | D0 | 7E | DD | 6 | 2B | 0 | D | 124 | 3A | 44 |
| Octal | 320 | 176 | 335 | 6 | 53 | 0 | 15 | 444 | 72 | 104 |
| Binary | 11010000 | 1111110 | 11011101 | 110 | 101011 | 0 | 1101 | 100100100 | 111010 | 1000100 |
Color Harmonies of #D07EDD
Complementary color
Monochromatic Colors of #D07EDD
Black with #D07EDD
Text Example
Text Example
White with #D07EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07EDD; }
p { color: rgb(208,126,221); }
H1.HeaderClassName
{
color: #D07EDD;
}
.AnyTagClassName
{
color: #D07EDD;
}
</style>
background-color css
<style>
a { background-color: #D07EDD; }
a { background-color: rgb(208,126,221); }
div.DivClassName
{
background-color: #D07EDD;
}
.BgClassName
{
background-color: #D07EDD;
}
</style>
border-color css
<style>
span { border-color: #D07EDD; }
span { border-color: rgb(208,126,221); }
td.TdClassName
{
border-color: #D07EDD;
}
.TagClassName
{
border-color: #D07EDD;
}
</style>