Shades of Orchid #D07DD9
Tints of Orchid #D07DD9
RGB
CMYK
RGB Variations
Color information
#D07DD9 (or 0xD07DD9) is known color: Orchid. HEX triplet: D0, 7D and D9. RGB value is (208,125,217). Sum of RGB (Red+Green+Blue) = 208+125+217=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 217 - color contains mainly: blue. Hex color #D07DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DD9 is #2F8226. Grayscale: #A0A0A0. Windows color (decimal): -3113511 or 14253520. OLE color: 14253520.
HSL color Cylindrical-coordinate representation of color #D07DD9: hue angle of 294.13º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07DD9 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 125 | 217 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.15 |
| HSL | 294.13º | 0.55% | 0.67% | - |
| HSV(B) | 294.13º | 0.42% | 0.85% | - |
| XYZ | 45.87 | 33.09 | 69.61 | - |
| YUV | 160.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 217 | 0.04 | 0.42 | 0 | 0.15 | 294.13 | 0.55 | 0.67 |
| Hex | D0 | 7D | D9 | 4 | 2A | 0 | F | 126 | 37 | 43 |
| Octal | 320 | 175 | 331 | 4 | 52 | 0 | 17 | 446 | 67 | 103 |
| Binary | 11010000 | 1111101 | 11011001 | 100 | 101010 | 0 | 1111 | 100100110 | 110111 | 1000011 |
Color Harmonies of #D07DD9
Complementary color
Monochromatic Colors of #D07DD9
Black with #D07DD9
Text Example
Text Example
White with #D07DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07DD9; }
p { color: rgb(208,125,217); }
H1.HeaderClassName
{
color: #D07DD9;
}
.AnyTagClassName
{
color: #D07DD9;
}
</style>
background-color css
<style>
a { background-color: #D07DD9; }
a { background-color: rgb(208,125,217); }
div.DivClassName
{
background-color: #D07DD9;
}
.BgClassName
{
background-color: #D07DD9;
}
</style>
border-color css
<style>
span { border-color: #D07DD9; }
span { border-color: rgb(208,125,217); }
td.TdClassName
{
border-color: #D07DD9;
}
.TagClassName
{
border-color: #D07DD9;
}
</style>