Shades of Orchid #D882D2
Tints of Orchid #D882D2
RGB
CMYK
RGB Variations
Color information
#D882D2 (or 0xD882D2) is known color: Orchid. HEX triplet: D8, 82 and D2. RGB value is (216,130,210). Sum of RGB (Red+Green+Blue) = 216+130+210=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D882D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882D2 is #277D2D. Grayscale: #A4A4A4. Windows color (decimal): -2587950 or 13796056. OLE color: 13796056.
HSL color Cylindrical-coordinate representation of color #D882D2: hue angle of 304.19º 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 #D882D2 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 210 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.15 |
| HSL | 304.19º | 0.52% | 0.68% | - |
| HSV(B) | 304.19º | 0.4% | 0.85% | - |
| XYZ | 47.93 | 35.22 | 65.24 | - |
| YUV | 164.83 | 153.49 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 210 | 0 | 0.40 | 0.03 | 0.15 | 304.19 | 0.52 | 0.68 |
| Hex | D8 | 82 | D2 | 0 | 28 | 3 | F | 130 | 34 | 44 |
| Octal | 330 | 202 | 322 | 0 | 50 | 3 | 17 | 460 | 64 | 104 |
| Binary | 11011000 | 10000010 | 11010010 | 0 | 101000 | 11 | 1111 | 100110000 | 110100 | 1000100 |
Color Harmonies of #D882D2
Complementary color
Monochromatic Colors of #D882D2
Black with #D882D2
Text Example
Text Example
White with #D882D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D882D2; }
p { color: rgb(216,130,210); }
H1.HeaderClassName
{
color: #D882D2;
}
.AnyTagClassName
{
color: #D882D2;
}
</style>
background-color css
<style>
a { background-color: #D882D2; }
a { background-color: rgb(216,130,210); }
div.DivClassName
{
background-color: #D882D2;
}
.BgClassName
{
background-color: #D882D2;
}
</style>
border-color css
<style>
span { border-color: #D882D2; }
span { border-color: rgb(216,130,210); }
td.TdClassName
{
border-color: #D882D2;
}
.TagClassName
{
border-color: #D882D2;
}
</style>