Shades of Orchid #D07EBC
Tints of Orchid #D07EBC
RGB
CMYK
RGB Variations
Color information
#D07EBC (or 0xD07EBC) is known color: Orchid. HEX triplet: D0, 7E and BC. RGB value is (208,126,188). Sum of RGB (Red+Green+Blue) = 208+126+188=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D07EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EBC is #2F8143. Grayscale: #9D9D9D. Windows color (decimal): -3113284 or 12353232. OLE color: 12353232.
HSL color Cylindrical-coordinate representation of color #D07EBC: hue angle of 314.63º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07EBC is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 188 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.18 |
| HSL | 314.63º | 0.47% | 0.65% | - |
| HSV(B) | 314.63º | 0.39% | 0.82% | - |
| XYZ | 42.55 | 31.96 | 51.5 | - |
| YUV | 157.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 188 | 0 | 0.39 | 0.10 | 0.18 | 314.63 | 0.47 | 0.65 |
| Hex | D0 | 7E | BC | 0 | 27 | A | 12 | 13B | 2F | 41 |
| Octal | 320 | 176 | 274 | 0 | 47 | 12 | 22 | 473 | 57 | 101 |
| Binary | 11010000 | 1111110 | 10111100 | 0 | 100111 | 1010 | 10010 | 100111011 | 101111 | 1000001 |
Color Harmonies of #D07EBC
Complementary color
Monochromatic Colors of #D07EBC
Black with #D07EBC
Text Example
Text Example
White with #D07EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07EBC; }
p { color: rgb(208,126,188); }
H1.HeaderClassName
{
color: #D07EBC;
}
.AnyTagClassName
{
color: #D07EBC;
}
</style>
background-color css
<style>
a { background-color: #D07EBC; }
a { background-color: rgb(208,126,188); }
div.DivClassName
{
background-color: #D07EBC;
}
.BgClassName
{
background-color: #D07EBC;
}
</style>
border-color css
<style>
span { border-color: #D07EBC; }
span { border-color: rgb(208,126,188); }
td.TdClassName
{
border-color: #D07EBC;
}
.TagClassName
{
border-color: #D07EBC;
}
</style>