Shades of Orchid #D087DB
Tints of Orchid #D087DB
RGB
CMYK
RGB Variations
Color information
#D087DB (or 0xD087DB) is known color: Orchid. HEX triplet: D0, 87 and DB. RGB value is (208,135,219). Sum of RGB (Red+Green+Blue) = 208+135+219=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #D087DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087DB is #2F7824. Grayscale: #A6A6A6. Windows color (decimal): -3110949 or 14387152. OLE color: 14387152.
HSL color Cylindrical-coordinate representation of color #D087DB: hue angle of 292.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D087DB is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 135 | 219 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.14 |
| HSL | 292.14º | 0.54% | 0.69% | - |
| HSV(B) | 292.14º | 0.38% | 0.86% | - |
| XYZ | 47.46 | 35.85 | 71.44 | - |
| YUV | 166.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 219 | 0.05 | 0.38 | 0 | 0.14 | 292.14 | 0.54 | 0.69 |
| Hex | D0 | 87 | DB | 5 | 26 | 0 | E | 124 | 36 | 45 |
| Octal | 320 | 207 | 333 | 5 | 46 | 0 | 16 | 444 | 66 | 105 |
| Binary | 11010000 | 10000111 | 11011011 | 101 | 100110 | 0 | 1110 | 100100100 | 110110 | 1000101 |
Color Harmonies of #D087DB
Complementary color
Monochromatic Colors of #D087DB
Black with #D087DB
Text Example
Text Example
White with #D087DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D087DB; }
p { color: rgb(208,135,219); }
H1.HeaderClassName
{
color: #D087DB;
}
.AnyTagClassName
{
color: #D087DB;
}
</style>
background-color css
<style>
a { background-color: #D087DB; }
a { background-color: rgb(208,135,219); }
div.DivClassName
{
background-color: #D087DB;
}
.BgClassName
{
background-color: #D087DB;
}
</style>
border-color css
<style>
span { border-color: #D087DB; }
span { border-color: rgb(208,135,219); }
td.TdClassName
{
border-color: #D087DB;
}
.TagClassName
{
border-color: #D087DB;
}
</style>