Shades of Orchid #D884DB
Tints of Orchid #D884DB
RGB
CMYK
RGB Variations
Color information
#D884DB (or 0xD884DB) is known color: Orchid. HEX triplet: D8, 84 and DB. RGB value is (216,132,219). Sum of RGB (Red+Green+Blue) = 216+132+219=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #D884DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884DB is #277B24. Grayscale: #A6A6A6. Windows color (decimal): -2587429 or 14386392. OLE color: 14386392.
HSL color Cylindrical-coordinate representation of color #D884DB: hue angle of 297.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D884DB is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 132 | 219 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.14 |
| HSL | 297.93º | 0.55% | 0.69% | - |
| HSV(B) | 297.93º | 0.4% | 0.86% | - |
| XYZ | 49.36 | 36.22 | 71.41 | - |
| YUV | 167.03 | 157.33 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 132 | 219 | 0.01 | 0.40 | 0 | 0.14 | 297.93 | 0.55 | 0.69 |
| Hex | D8 | 84 | DB | 1 | 28 | 0 | E | 12A | 37 | 45 |
| Octal | 330 | 204 | 333 | 1 | 50 | 0 | 16 | 452 | 67 | 105 |
| Binary | 11011000 | 10000100 | 11011011 | 1 | 101000 | 0 | 1110 | 100101010 | 110111 | 1000101 |
Color Harmonies of #D884DB
Complementary color
Monochromatic Colors of #D884DB
Black with #D884DB
Text Example
Text Example
White with #D884DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D884DB; }
p { color: rgb(216,132,219); }
H1.HeaderClassName
{
color: #D884DB;
}
.AnyTagClassName
{
color: #D884DB;
}
</style>
background-color css
<style>
a { background-color: #D884DB; }
a { background-color: rgb(216,132,219); }
div.DivClassName
{
background-color: #D884DB;
}
.BgClassName
{
background-color: #D884DB;
}
</style>
border-color css
<style>
span { border-color: #D884DB; }
span { border-color: rgb(216,132,219); }
td.TdClassName
{
border-color: #D884DB;
}
.TagClassName
{
border-color: #D884DB;
}
</style>