Shades of Orchid #D07ED3
Tints of Orchid #D07ED3
RGB
CMYK
RGB Variations
Color information
#D07ED3 (or 0xD07ED3) is known color: Orchid. HEX triplet: D0, 7E and D3. RGB value is (208,126,211). Sum of RGB (Red+Green+Blue) = 208+126+211=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #D07ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ED3 is #2F812C. Grayscale: #9F9F9F. Windows color (decimal): -3113261 or 13860560. OLE color: 13860560.
HSL color Cylindrical-coordinate representation of color #D07ED3: hue angle of 297.88º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07ED3 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 126 | 211 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.17 |
| HSL | 297.88º | 0.49% | 0.66% | - |
| HSV(B) | 297.88º | 0.4% | 0.83% | - |
| XYZ | 45.23 | 33.03 | 65.62 | - |
| YUV | 160.21 | 156.67 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 211 | 0.01 | 0.40 | 0 | 0.17 | 297.88 | 0.49 | 0.66 |
| Hex | D0 | 7E | D3 | 1 | 28 | 0 | 11 | 12A | 31 | 42 |
| Octal | 320 | 176 | 323 | 1 | 50 | 0 | 21 | 452 | 61 | 102 |
| Binary | 11010000 | 1111110 | 11010011 | 1 | 101000 | 0 | 10001 | 100101010 | 110001 | 1000010 |
Color Harmonies of #D07ED3
Complementary color
Monochromatic Colors of #D07ED3
Black with #D07ED3
Text Example
Text Example
White with #D07ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07ED3; }
p { color: rgb(208,126,211); }
H1.HeaderClassName
{
color: #D07ED3;
}
.AnyTagClassName
{
color: #D07ED3;
}
</style>
background-color css
<style>
a { background-color: #D07ED3; }
a { background-color: rgb(208,126,211); }
div.DivClassName
{
background-color: #D07ED3;
}
.BgClassName
{
background-color: #D07ED3;
}
</style>
border-color css
<style>
span { border-color: #D07ED3; }
span { border-color: rgb(208,126,211); }
td.TdClassName
{
border-color: #D07ED3;
}
.TagClassName
{
border-color: #D07ED3;
}
</style>