Shades of Orchid #D882D8
Tints of Orchid #D882D8
RGB
CMYK
RGB Variations
Color information
#D882D8 (or 0xD882D8) is known color: Orchid. HEX triplet: D8, 82 and D8. RGB value is (216,130,216). Sum of RGB (Red+Green+Blue) = 216+130+216=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 216 - color contains mainly: red, blue. Hex color #D882D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882D8 is #277D27. Grayscale: #A5A5A5. Windows color (decimal): -2587944 or 14189272. OLE color: 14189272.
HSL color Cylindrical-coordinate representation of color #D882D8: hue angle of 300º 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 #D882D8 is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 216 | - |
| CMYK | 0 | 0.40 | 0 | 0.15 |
| HSL | 300º | 0.52% | 0.68% | - |
| HSV(B) | 300º | 0.4% | 0.85% | - |
| XYZ | 48.7 | 35.52 | 69.26 | - |
| YUV | 165.52 | 156.49 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 216 | 0 | 0.40 | 0 | 0.15 | 300 | 0.52 | 0.68 |
| Hex | D8 | 82 | D8 | 0 | 28 | 0 | F | 12C | 34 | 44 |
| Octal | 330 | 202 | 330 | 0 | 50 | 0 | 17 | 454 | 64 | 104 |
| Binary | 11011000 | 10000010 | 11011000 | 0 | 101000 | 0 | 1111 | 100101100 | 110100 | 1000100 |
Color Harmonies of #D882D8
Complementary color
Monochromatic Colors of #D882D8
Black with #D882D8
Text Example
Text Example
White with #D882D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D882D8; }
p { color: rgb(216,130,216); }
H1.HeaderClassName
{
color: #D882D8;
}
.AnyTagClassName
{
color: #D882D8;
}
</style>
background-color css
<style>
a { background-color: #D882D8; }
a { background-color: rgb(216,130,216); }
div.DivClassName
{
background-color: #D882D8;
}
.BgClassName
{
background-color: #D882D8;
}
</style>
border-color css
<style>
span { border-color: #D882D8; }
span { border-color: rgb(216,130,216); }
td.TdClassName
{
border-color: #D882D8;
}
.TagClassName
{
border-color: #D882D8;
}
</style>