Shades of Orchid #D884D5
Tints of Orchid #D884D5
RGB
CMYK
RGB Variations
Color information
#D884D5 (or 0xD884D5) is known color: Orchid. HEX triplet: D8, 84 and D5. RGB value is (216,132,213). Sum of RGB (Red+Green+Blue) = 216+132+213=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D884D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884D5 is #277B2A. Grayscale: #A6A6A6. Windows color (decimal): -2587435 or 13993176. OLE color: 13993176.
HSL color Cylindrical-coordinate representation of color #D884D5: hue angle of 302.14º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D884D5 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 132 | 213 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.15 |
| HSL | 302.14º | 0.52% | 0.68% | - |
| HSV(B) | 302.14º | 0.39% | 0.85% | - |
| XYZ | 48.58 | 35.91 | 67.32 | - |
| YUV | 166.35 | 154.33 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 132 | 213 | 0 | 0.39 | 0.01 | 0.15 | 302.14 | 0.52 | 0.68 |
| Hex | D8 | 84 | D5 | 0 | 27 | 1 | F | 12E | 34 | 44 |
| Octal | 330 | 204 | 325 | 0 | 47 | 1 | 17 | 456 | 64 | 104 |
| Binary | 11011000 | 10000100 | 11010101 | 0 | 100111 | 1 | 1111 | 100101110 | 110100 | 1000100 |
Color Harmonies of #D884D5
Complementary color
Monochromatic Colors of #D884D5
Black with #D884D5
Text Example
Text Example
White with #D884D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D884D5; }
p { color: rgb(216,132,213); }
H1.HeaderClassName
{
color: #D884D5;
}
.AnyTagClassName
{
color: #D884D5;
}
</style>
background-color css
<style>
a { background-color: #D884D5; }
a { background-color: rgb(216,132,213); }
div.DivClassName
{
background-color: #D884D5;
}
.BgClassName
{
background-color: #D884D5;
}
</style>
border-color css
<style>
span { border-color: #D884D5; }
span { border-color: rgb(216,132,213); }
td.TdClassName
{
border-color: #D884D5;
}
.TagClassName
{
border-color: #D884D5;
}
</style>