Shades of Orchid #D882DB
Tints of Orchid #D882DB
RGB
CMYK
RGB Variations
Color information
#D882DB (or 0xD882DB) is known color: Orchid. HEX triplet: D8, 82 and DB. RGB value is (216,130,219). Sum of RGB (Red+Green+Blue) = 216+130+219=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #D882DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882DB is #277D24. Grayscale: #A5A5A5. Windows color (decimal): -2587941 or 14385880. OLE color: 14385880.
HSL color Cylindrical-coordinate representation of color #D882DB: hue angle of 297.98º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D882DB is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 130 | 219 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.14 |
| HSL | 297.98º | 0.55% | 0.68% | - |
| HSV(B) | 297.98º | 0.41% | 0.86% | - |
| XYZ | 49.09 | 35.68 | 71.32 | - |
| YUV | 165.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 219 | 0.01 | 0.41 | 0 | 0.14 | 297.98 | 0.55 | 0.68 |
| Hex | D8 | 82 | DB | 1 | 29 | 0 | E | 12A | 37 | 44 |
| Octal | 330 | 202 | 333 | 1 | 51 | 0 | 16 | 452 | 67 | 104 |
| Binary | 11011000 | 10000010 | 11011011 | 1 | 101001 | 0 | 1110 | 100101010 | 110111 | 1000100 |
Color Harmonies of #D882DB
Complementary color
Monochromatic Colors of #D882DB
Black with #D882DB
Text Example
Text Example
White with #D882DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D882DB; }
p { color: rgb(216,130,219); }
H1.HeaderClassName
{
color: #D882DB;
}
.AnyTagClassName
{
color: #D882DB;
}
</style>
background-color css
<style>
a { background-color: #D882DB; }
a { background-color: rgb(216,130,219); }
div.DivClassName
{
background-color: #D882DB;
}
.BgClassName
{
background-color: #D882DB;
}
</style>
border-color css
<style>
span { border-color: #D882DB; }
span { border-color: rgb(216,130,219); }
td.TdClassName
{
border-color: #D882DB;
}
.TagClassName
{
border-color: #D882DB;
}
</style>