Shades of Orchid #D07DE0
Tints of Orchid #D07DE0
RGB
CMYK
RGB Variations
Color information
#D07DE0 (or 0xD07DE0) is known color: Orchid. HEX triplet: D0, 7D and E0. RGB value is (208,125,224). Sum of RGB (Red+Green+Blue) = 208+125+224=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #D07DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DE0 is #2F821F. Grayscale: #A0A0A0. Windows color (decimal): -3113504 or 14712272. OLE color: 14712272.
HSL color Cylindrical-coordinate representation of color #D07DE0: hue angle of 290.3º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07DE0 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 125 | 224 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.12 |
| HSL | 290.3º | 0.61% | 0.68% | - |
| HSV(B) | 290.3º | 0.44% | 0.88% | - |
| XYZ | 46.8 | 33.46 | 74.51 | - |
| YUV | 161.1 | 163.5 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 224 | 0.07 | 0.44 | 0 | 0.12 | 290.3 | 0.61 | 0.68 |
| Hex | D0 | 7D | E0 | 7 | 2C | 0 | C | 122 | 3D | 44 |
| Octal | 320 | 175 | 340 | 7 | 54 | 0 | 14 | 442 | 75 | 104 |
| Binary | 11010000 | 1111101 | 11100000 | 111 | 101100 | 0 | 1100 | 100100010 | 111101 | 1000100 |
Color Harmonies of #D07DE0
Complementary color
Monochromatic Colors of #D07DE0
Black with #D07DE0
Text Example
Text Example
White with #D07DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07DE0; }
p { color: rgb(208,125,224); }
H1.HeaderClassName
{
color: #D07DE0;
}
.AnyTagClassName
{
color: #D07DE0;
}
</style>
background-color css
<style>
a { background-color: #D07DE0; }
a { background-color: rgb(208,125,224); }
div.DivClassName
{
background-color: #D07DE0;
}
.BgClassName
{
background-color: #D07DE0;
}
</style>
border-color css
<style>
span { border-color: #D07DE0; }
span { border-color: rgb(208,125,224); }
td.TdClassName
{
border-color: #D07DE0;
}
.TagClassName
{
border-color: #D07DE0;
}
</style>