Shades of Orchid #D882D5
Tints of Orchid #D882D5
RGB
CMYK
RGB Variations
Color information
#D882D5 (or 0xD882D5) is known color: Orchid. HEX triplet: D8, 82 and D5. RGB value is (216,130,213). Sum of RGB (Red+Green+Blue) = 216+130+213=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D882D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882D5 is #277D2A. Grayscale: #A4A4A4. Windows color (decimal): -2587947 or 13992664. OLE color: 13992664.
HSL color Cylindrical-coordinate representation of color #D882D5: hue angle of 302.09º degrees, saturation: 0.52, 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 #D882D5 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 213 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.15 |
| HSL | 302.09º | 0.52% | 0.68% | - |
| HSV(B) | 302.09º | 0.4% | 0.85% | - |
| XYZ | 48.31 | 35.37 | 67.23 | - |
| YUV | 165.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 213 | 0 | 0.40 | 0.01 | 0.15 | 302.09 | 0.52 | 0.68 |
| Hex | D8 | 82 | D5 | 0 | 28 | 1 | F | 12E | 34 | 44 |
| Octal | 330 | 202 | 325 | 0 | 50 | 1 | 17 | 456 | 64 | 104 |
| Binary | 11011000 | 10000010 | 11010101 | 0 | 101000 | 1 | 1111 | 100101110 | 110100 | 1000100 |
Color Harmonies of #D882D5
Complementary color
Monochromatic Colors of #D882D5
Black with #D882D5
Text Example
Text Example
White with #D882D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D882D5; }
p { color: rgb(216,130,213); }
H1.HeaderClassName
{
color: #D882D5;
}
.AnyTagClassName
{
color: #D882D5;
}
</style>
background-color css
<style>
a { background-color: #D882D5; }
a { background-color: rgb(216,130,213); }
div.DivClassName
{
background-color: #D882D5;
}
.BgClassName
{
background-color: #D882D5;
}
</style>
border-color css
<style>
span { border-color: #D882D5; }
span { border-color: rgb(216,130,213); }
td.TdClassName
{
border-color: #D882D5;
}
.TagClassName
{
border-color: #D882D5;
}
</style>