Shades of Orchid #D881D1
Tints of Orchid #D881D1
RGB
CMYK
RGB Variations
Color information
#D881D1 (or 0xD881D1) is known color: Orchid. HEX triplet: D8, 81 and D1. RGB value is (216,129,209). Sum of RGB (Red+Green+Blue) = 216+129+209=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D881D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881D1 is #277E2E. Grayscale: #A3A3A3. Windows color (decimal): -2588207 or 13730264. OLE color: 13730264.
HSL color Cylindrical-coordinate representation of color #D881D1: hue angle of 304.83º degrees, saturation: 0.53, 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 #D881D1 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 129 | 209 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.15 |
| HSL | 304.83º | 0.53% | 0.68% | - |
| HSV(B) | 304.83º | 0.4% | 0.85% | - |
| XYZ | 47.68 | 34.9 | 64.55 | - |
| YUV | 164.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 209 | 0 | 0.40 | 0.03 | 0.15 | 304.83 | 0.53 | 0.68 |
| Hex | D8 | 81 | D1 | 0 | 28 | 3 | F | 131 | 35 | 44 |
| Octal | 330 | 201 | 321 | 0 | 50 | 3 | 17 | 461 | 65 | 104 |
| Binary | 11011000 | 10000001 | 11010001 | 0 | 101000 | 11 | 1111 | 100110001 | 110101 | 1000100 |
Color Harmonies of #D881D1
Complementary color
Monochromatic Colors of #D881D1
Black with #D881D1
Text Example
Text Example
White with #D881D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D881D1; }
p { color: rgb(216,129,209); }
H1.HeaderClassName
{
color: #D881D1;
}
.AnyTagClassName
{
color: #D881D1;
}
</style>
background-color css
<style>
a { background-color: #D881D1; }
a { background-color: rgb(216,129,209); }
div.DivClassName
{
background-color: #D881D1;
}
.BgClassName
{
background-color: #D881D1;
}
</style>
border-color css
<style>
span { border-color: #D881D1; }
span { border-color: rgb(216,129,209); }
td.TdClassName
{
border-color: #D881D1;
}
.TagClassName
{
border-color: #D881D1;
}
</style>