Shades of Orchid #D07DBD
Tints of Orchid #D07DBD
RGB
CMYK
RGB Variations
Color information
#D07DBD (or 0xD07DBD) is known color: Orchid. HEX triplet: D0, 7D and BD. RGB value is (208,125,189). Sum of RGB (Red+Green+Blue) = 208+125+189=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DBD is #2F8242. Grayscale: #9C9C9C. Windows color (decimal): -3113539 or 12418512. OLE color: 12418512.
HSL color Cylindrical-coordinate representation of color #D07DBD: hue angle of 313.73º 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 #D07DBD is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 189 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.18 |
| HSL | 313.73º | 0.47% | 0.65% | - |
| HSV(B) | 313.73º | 0.4% | 0.82% | - |
| XYZ | 42.53 | 31.75 | 52.03 | - |
| YUV | 157.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 189 | 0 | 0.40 | 0.09 | 0.18 | 313.73 | 0.47 | 0.65 |
| Hex | D0 | 7D | BD | 0 | 28 | 9 | 12 | 13A | 2F | 41 |
| Octal | 320 | 175 | 275 | 0 | 50 | 11 | 22 | 472 | 57 | 101 |
| Binary | 11010000 | 1111101 | 10111101 | 0 | 101000 | 1001 | 10010 | 100111010 | 101111 | 1000001 |
Color Harmonies of #D07DBD
Complementary color
Monochromatic Colors of #D07DBD
Black with #D07DBD
Text Example
Text Example
White with #D07DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07DBD; }
p { color: rgb(208,125,189); }
H1.HeaderClassName
{
color: #D07DBD;
}
.AnyTagClassName
{
color: #D07DBD;
}
</style>
background-color css
<style>
a { background-color: #D07DBD; }
a { background-color: rgb(208,125,189); }
div.DivClassName
{
background-color: #D07DBD;
}
.BgClassName
{
background-color: #D07DBD;
}
</style>
border-color css
<style>
span { border-color: #D07DBD; }
span { border-color: rgb(208,125,189); }
td.TdClassName
{
border-color: #D07DBD;
}
.TagClassName
{
border-color: #D07DBD;
}
</style>