Shades of Orchid #D884DA
Tints of Orchid #D884DA
RGB
CMYK
RGB Variations
Color information
#D884DA (or 0xD884DA) is known color: Orchid. HEX triplet: D8, 84 and DA. RGB value is (216,132,218). Sum of RGB (Red+Green+Blue) = 216+132+218=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #D884DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884DA is #277B25. Grayscale: #A6A6A6. Windows color (decimal): -2587430 or 14320856. OLE color: 14320856.
HSL color Cylindrical-coordinate representation of color #D884DA: hue angle of 298.6º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D884DA is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 132 | 218 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.15 |
| HSL | 298.6º | 0.54% | 0.69% | - |
| HSV(B) | 298.6º | 0.39% | 0.85% | - |
| XYZ | 49.23 | 36.16 | 70.72 | - |
| YUV | 166.92 | 156.83 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 132 | 218 | 0.01 | 0.39 | 0 | 0.15 | 298.6 | 0.54 | 0.69 |
| Hex | D8 | 84 | DA | 1 | 27 | 0 | F | 12B | 36 | 45 |
| Octal | 330 | 204 | 332 | 1 | 47 | 0 | 17 | 453 | 66 | 105 |
| Binary | 11011000 | 10000100 | 11011010 | 1 | 100111 | 0 | 1111 | 100101011 | 110110 | 1000101 |
Color Harmonies of #D884DA
Complementary color
Monochromatic Colors of #D884DA
Black with #D884DA
Text Example
Text Example
White with #D884DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D884DA; }
p { color: rgb(216,132,218); }
H1.HeaderClassName
{
color: #D884DA;
}
.AnyTagClassName
{
color: #D884DA;
}
</style>
background-color css
<style>
a { background-color: #D884DA; }
a { background-color: rgb(216,132,218); }
div.DivClassName
{
background-color: #D884DA;
}
.BgClassName
{
background-color: #D884DA;
}
</style>
border-color css
<style>
span { border-color: #D884DA; }
span { border-color: rgb(216,132,218); }
td.TdClassName
{
border-color: #D884DA;
}
.TagClassName
{
border-color: #D884DA;
}
</style>