Shades of Orchid #D882DA
Tints of Orchid #D882DA
RGB
CMYK
RGB Variations
Color information
#D882DA (or 0xD882DA) is known color: Orchid. HEX triplet: D8, 82 and DA. RGB value is (216,130,218). Sum of RGB (Red+Green+Blue) = 216+130+218=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #D882DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882DA is #277D25. Grayscale: #A5A5A5. Windows color (decimal): -2587942 or 14320344. OLE color: 14320344.
HSL color Cylindrical-coordinate representation of color #D882DA: hue angle of 298.64º degrees, saturation: 0.54, 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 #D882DA is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 218 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.15 |
| HSL | 298.64º | 0.54% | 0.68% | - |
| HSV(B) | 298.64º | 0.4% | 0.85% | - |
| XYZ | 48.96 | 35.63 | 70.63 | - |
| YUV | 165.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 218 | 0.01 | 0.40 | 0 | 0.15 | 298.64 | 0.54 | 0.68 |
| Hex | D8 | 82 | DA | 1 | 28 | 0 | F | 12B | 36 | 44 |
| Octal | 330 | 202 | 332 | 1 | 50 | 0 | 17 | 453 | 66 | 104 |
| Binary | 11011000 | 10000010 | 11011010 | 1 | 101000 | 0 | 1111 | 100101011 | 110110 | 1000100 |
Color Harmonies of #D882DA
Complementary color
Monochromatic Colors of #D882DA
Black with #D882DA
Text Example
Text Example
White with #D882DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D882DA; }
p { color: rgb(216,130,218); }
H1.HeaderClassName
{
color: #D882DA;
}
.AnyTagClassName
{
color: #D882DA;
}
</style>
background-color css
<style>
a { background-color: #D882DA; }
a { background-color: rgb(216,130,218); }
div.DivClassName
{
background-color: #D882DA;
}
.BgClassName
{
background-color: #D882DA;
}
</style>
border-color css
<style>
span { border-color: #D882DA; }
span { border-color: rgb(216,130,218); }
td.TdClassName
{
border-color: #D882DA;
}
.TagClassName
{
border-color: #D882DA;
}
</style>