Shades of Orchid #D07EDC
Tints of Orchid #D07EDC
RGB
CMYK
RGB Variations
Color information
#D07EDC (or 0xD07EDC) is known color: Orchid. HEX triplet: D0, 7E and DC. RGB value is (208,126,220). Sum of RGB (Red+Green+Blue) = 208+126+220=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #D07EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EDC is #2F8123. Grayscale: #A0A0A0. Windows color (decimal): -3113252 or 14450384. OLE color: 14450384.
HSL color Cylindrical-coordinate representation of color #D07EDC: hue angle of 292.34º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07EDC is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 126 | 220 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.14 |
| HSL | 292.34º | 0.57% | 0.68% | - |
| HSV(B) | 292.34º | 0.43% | 0.86% | - |
| XYZ | 46.39 | 33.5 | 71.73 | - |
| YUV | 161.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 220 | 0.05 | 0.43 | 0 | 0.14 | 292.34 | 0.57 | 0.68 |
| Hex | D0 | 7E | DC | 5 | 2B | 0 | E | 124 | 39 | 44 |
| Octal | 320 | 176 | 334 | 5 | 53 | 0 | 16 | 444 | 71 | 104 |
| Binary | 11010000 | 1111110 | 11011100 | 101 | 101011 | 0 | 1110 | 100100100 | 111001 | 1000100 |
Color Harmonies of #D07EDC
Complementary color
Monochromatic Colors of #D07EDC
Black with #D07EDC
Text Example
Text Example
White with #D07EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07EDC; }
p { color: rgb(208,126,220); }
H1.HeaderClassName
{
color: #D07EDC;
}
.AnyTagClassName
{
color: #D07EDC;
}
</style>
background-color css
<style>
a { background-color: #D07EDC; }
a { background-color: rgb(208,126,220); }
div.DivClassName
{
background-color: #D07EDC;
}
.BgClassName
{
background-color: #D07EDC;
}
</style>
border-color css
<style>
span { border-color: #D07EDC; }
span { border-color: rgb(208,126,220); }
td.TdClassName
{
border-color: #D07EDC;
}
.TagClassName
{
border-color: #D07EDC;
}
</style>