Shades of Orchid #D07ED5
Tints of Orchid #D07ED5
RGB
CMYK
RGB Variations
Color information
#D07ED5 (or 0xD07ED5) is known color: Orchid. HEX triplet: D0, 7E and D5. RGB value is (208,126,213). Sum of RGB (Red+Green+Blue) = 208+126+213=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #D07ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ED5 is #2F812A. Grayscale: #A0A0A0. Windows color (decimal): -3113259 or 13991632. OLE color: 13991632.
HSL color Cylindrical-coordinate representation of color #D07ED5: hue angle of 296.55º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07ED5 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 126 | 213 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.16 |
| HSL | 296.55º | 0.51% | 0.66% | - |
| HSV(B) | 296.55º | 0.41% | 0.84% | - |
| XYZ | 45.48 | 33.14 | 66.95 | - |
| YUV | 160.44 | 157.67 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 213 | 0.02 | 0.41 | 0 | 0.16 | 296.55 | 0.51 | 0.66 |
| Hex | D0 | 7E | D5 | 2 | 29 | 0 | 10 | 129 | 33 | 42 |
| Octal | 320 | 176 | 325 | 2 | 51 | 0 | 20 | 451 | 63 | 102 |
| Binary | 11010000 | 1111110 | 11010101 | 10 | 101001 | 0 | 10000 | 100101001 | 110011 | 1000010 |
Color Harmonies of #D07ED5
Complementary color
Monochromatic Colors of #D07ED5
Black with #D07ED5
Text Example
Text Example
White with #D07ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07ED5; }
p { color: rgb(208,126,213); }
H1.HeaderClassName
{
color: #D07ED5;
}
.AnyTagClassName
{
color: #D07ED5;
}
</style>
background-color css
<style>
a { background-color: #D07ED5; }
a { background-color: rgb(208,126,213); }
div.DivClassName
{
background-color: #D07ED5;
}
.BgClassName
{
background-color: #D07ED5;
}
</style>
border-color css
<style>
span { border-color: #D07ED5; }
span { border-color: rgb(208,126,213); }
td.TdClassName
{
border-color: #D07ED5;
}
.TagClassName
{
border-color: #D07ED5;
}
</style>