Shades of Orchid #D07BDB
Tints of Orchid #D07BDB
RGB
CMYK
RGB Variations
Color information
#D07BDB (or 0xD07BDB) is known color: Orchid. HEX triplet: D0, 7B and DB. RGB value is (208,123,219). Sum of RGB (Red+Green+Blue) = 208+123+219=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #D07BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BDB is #2F8424. Grayscale: #9F9F9F. Windows color (decimal): -3114021 or 14384080. OLE color: 14384080.
HSL color Cylindrical-coordinate representation of color #D07BDB: hue angle of 293.12º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07BDB is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 123 | 219 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.14 |
| HSL | 293.13º | 0.57% | 0.67% | - |
| HSV(B) | 293.13º | 0.44% | 0.86% | - |
| XYZ | 45.88 | 32.69 | 70.91 | - |
| YUV | 159.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 219 | 0.05 | 0.44 | 0 | 0.14 | 293.13 | 0.57 | 0.67 |
| Hex | D0 | 7B | DB | 5 | 2C | 0 | E | 125 | 39 | 43 |
| Octal | 320 | 173 | 333 | 5 | 54 | 0 | 16 | 445 | 71 | 103 |
| Binary | 11010000 | 1111011 | 11011011 | 101 | 101100 | 0 | 1110 | 100100101 | 111001 | 1000011 |
Color Harmonies of #D07BDB
Complementary color
Monochromatic Colors of #D07BDB
Black with #D07BDB
Text Example
Text Example
White with #D07BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07BDB; }
p { color: rgb(208,123,219); }
H1.HeaderClassName
{
color: #D07BDB;
}
.AnyTagClassName
{
color: #D07BDB;
}
</style>
background-color css
<style>
a { background-color: #D07BDB; }
a { background-color: rgb(208,123,219); }
div.DivClassName
{
background-color: #D07BDB;
}
.BgClassName
{
background-color: #D07BDB;
}
</style>
border-color css
<style>
span { border-color: #D07BDB; }
span { border-color: rgb(208,123,219); }
td.TdClassName
{
border-color: #D07BDB;
}
.TagClassName
{
border-color: #D07BDB;
}
</style>