Shades of Orchid #DA87DB
Tints of Orchid #DA87DB
RGB
CMYK
RGB Variations
Color information
#DA87DB (or 0xDA87DB) is known color: Orchid. HEX triplet: DA, 87 and DB. RGB value is (218,135,219). Sum of RGB (Red+Green+Blue) = 218+135+219=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA87DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87DB is #257824. Grayscale: #A9A9A9. Windows color (decimal): -2455589 or 14387162. OLE color: 14387162.
HSL color Cylindrical-coordinate representation of color #DA87DB: hue angle of 299.29º 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 #DA87DB is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 135 | 219 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.14 |
| HSL | 299.29º | 0.54% | 0.69% | - |
| HSV(B) | 299.29º | 0.38% | 0.86% | - |
| XYZ | 50.36 | 37.35 | 71.57 | - |
| YUV | 169.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 219 | 0.00 | 0.38 | 0 | 0.14 | 299.29 | 0.54 | 0.69 |
| Hex | DA | 87 | DB | 0 | 26 | 0 | E | 12B | 36 | 45 |
| Octal | 332 | 207 | 333 | 0 | 46 | 0 | 16 | 453 | 66 | 105 |
| Binary | 11011010 | 10000111 | 11011011 | 0 | 100110 | 0 | 1110 | 100101011 | 110110 | 1000101 |
Color Harmonies of #DA87DB
Complementary color
Monochromatic Colors of #DA87DB
Black with #DA87DB
Text Example
Text Example
White with #DA87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA87DB; }
p { color: rgb(218,135,219); }
H1.HeaderClassName
{
color: #DA87DB;
}
.AnyTagClassName
{
color: #DA87DB;
}
</style>
background-color css
<style>
a { background-color: #DA87DB; }
a { background-color: rgb(218,135,219); }
div.DivClassName
{
background-color: #DA87DB;
}
.BgClassName
{
background-color: #DA87DB;
}
</style>
border-color css
<style>
span { border-color: #DA87DB; }
span { border-color: rgb(218,135,219); }
td.TdClassName
{
border-color: #DA87DB;
}
.TagClassName
{
border-color: #DA87DB;
}
</style>