Shades of Orchid #D07ADB
Tints of Orchid #D07ADB
RGB
CMYK
RGB Variations
Color information
#D07ADB (or 0xD07ADB) is known color: Orchid. HEX triplet: D0, 7A and DB. RGB value is (208,122,219). Sum of RGB (Red+Green+Blue) = 208+122+219=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #D07ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ADB is #2F8524. Grayscale: #9E9E9E. Windows color (decimal): -3114277 or 14383824. OLE color: 14383824.
HSL color Cylindrical-coordinate representation of color #D07ADB: hue angle of 293.2º 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 #D07ADB is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 122 | 219 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.14 |
| HSL | 293.2º | 0.57% | 0.67% | - |
| HSV(B) | 293.2º | 0.44% | 0.86% | - |
| XYZ | 45.76 | 32.44 | 70.87 | - |
| YUV | 158.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 219 | 0.05 | 0.44 | 0 | 0.14 | 293.2 | 0.57 | 0.67 |
| Hex | D0 | 7A | DB | 5 | 2C | 0 | E | 125 | 39 | 43 |
| Octal | 320 | 172 | 333 | 5 | 54 | 0 | 16 | 445 | 71 | 103 |
| Binary | 11010000 | 1111010 | 11011011 | 101 | 101100 | 0 | 1110 | 100100101 | 111001 | 1000011 |
Color Harmonies of #D07ADB
Complementary color
Monochromatic Colors of #D07ADB
Black with #D07ADB
Text Example
Text Example
White with #D07ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07ADB; }
p { color: rgb(208,122,219); }
H1.HeaderClassName
{
color: #D07ADB;
}
.AnyTagClassName
{
color: #D07ADB;
}
</style>
background-color css
<style>
a { background-color: #D07ADB; }
a { background-color: rgb(208,122,219); }
div.DivClassName
{
background-color: #D07ADB;
}
.BgClassName
{
background-color: #D07ADB;
}
</style>
border-color css
<style>
span { border-color: #D07ADB; }
span { border-color: rgb(208,122,219); }
td.TdClassName
{
border-color: #D07ADB;
}
.TagClassName
{
border-color: #D07ADB;
}
</style>