Shades of Orchid #D07DB9
Tints of Orchid #D07DB9
RGB
CMYK
RGB Variations
Color information
#D07DB9 (or 0xD07DB9) is known color: Orchid. HEX triplet: D0, 7D and B9. RGB value is (208,125,185). Sum of RGB (Red+Green+Blue) = 208+125+185=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DB9 is #2F8246. Grayscale: #9C9C9C. Windows color (decimal): -3113543 or 12156368. OLE color: 12156368.
HSL color Cylindrical-coordinate representation of color #D07DB9: hue angle of 316.63º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07DB9 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 185 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.18 |
| HSL | 316.63º | 0.47% | 0.65% | - |
| HSV(B) | 316.63º | 0.4% | 0.82% | - |
| XYZ | 42.1 | 31.58 | 49.78 | - |
| YUV | 156.66 | 144 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 185 | 0 | 0.40 | 0.11 | 0.18 | 316.63 | 0.47 | 0.65 |
| Hex | D0 | 7D | B9 | 0 | 28 | B | 12 | 13D | 2F | 41 |
| Octal | 320 | 175 | 271 | 0 | 50 | 13 | 22 | 475 | 57 | 101 |
| Binary | 11010000 | 1111101 | 10111001 | 0 | 101000 | 1011 | 10010 | 100111101 | 101111 | 1000001 |
Color Harmonies of #D07DB9
Complementary color
Monochromatic Colors of #D07DB9
Black with #D07DB9
Text Example
Text Example
White with #D07DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07DB9; }
p { color: rgb(208,125,185); }
H1.HeaderClassName
{
color: #D07DB9;
}
.AnyTagClassName
{
color: #D07DB9;
}
</style>
background-color css
<style>
a { background-color: #D07DB9; }
a { background-color: rgb(208,125,185); }
div.DivClassName
{
background-color: #D07DB9;
}
.BgClassName
{
background-color: #D07DB9;
}
</style>
border-color css
<style>
span { border-color: #D07DB9; }
span { border-color: rgb(208,125,185); }
td.TdClassName
{
border-color: #D07DB9;
}
.TagClassName
{
border-color: #D07DB9;
}
</style>