Shades of Orchid #D882D9
Tints of Orchid #D882D9
RGB
CMYK
RGB Variations
Color information
#D882D9 (or 0xD882D9) is known color: Orchid. HEX triplet: D8, 82 and D9. RGB value is (216,130,217). Sum of RGB (Red+Green+Blue) = 216+130+217=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 217 - color contains mainly: blue. Hex color #D882D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882D9 is #277D26. Grayscale: #A5A5A5. Windows color (decimal): -2587943 or 14254808. OLE color: 14254808.
HSL color Cylindrical-coordinate representation of color #D882D9: hue angle of 299.31º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D882D9 is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 217 | - |
| CMYK | 0.00 | 0.40 | 0 | 0.15 |
| HSL | 299.31º | 0.53% | 0.68% | - |
| HSV(B) | 299.31º | 0.4% | 0.85% | - |
| XYZ | 48.83 | 35.57 | 69.94 | - |
| YUV | 165.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 217 | 0.00 | 0.40 | 0 | 0.15 | 299.31 | 0.53 | 0.68 |
| Hex | D8 | 82 | D9 | 0 | 28 | 0 | F | 12B | 35 | 44 |
| Octal | 330 | 202 | 331 | 0 | 50 | 0 | 17 | 453 | 65 | 104 |
| Binary | 11011000 | 10000010 | 11011001 | 0 | 101000 | 0 | 1111 | 100101011 | 110101 | 1000100 |
Color Harmonies of #D882D9
Complementary color
Monochromatic Colors of #D882D9
Black with #D882D9
Text Example
Text Example
White with #D882D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D882D9; }
p { color: rgb(216,130,217); }
H1.HeaderClassName
{
color: #D882D9;
}
.AnyTagClassName
{
color: #D882D9;
}
</style>
background-color css
<style>
a { background-color: #D882D9; }
a { background-color: rgb(216,130,217); }
div.DivClassName
{
background-color: #D882D9;
}
.BgClassName
{
background-color: #D882D9;
}
</style>
border-color css
<style>
span { border-color: #D882D9; }
span { border-color: rgb(216,130,217); }
td.TdClassName
{
border-color: #D882D9;
}
.TagClassName
{
border-color: #D882D9;
}
</style>