Shades of Orchid #D881D9
Tints of Orchid #D881D9
RGB
CMYK
RGB Variations
Color information
#D881D9 (or 0xD881D9) is known color: Orchid. HEX triplet: D8, 81 and D9. RGB value is (216,129,217). Sum of RGB (Red+Green+Blue) = 216+129+217=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #D881D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881D9 is #277E26. Grayscale: #A4A4A4. Windows color (decimal): -2588199 or 14254552. OLE color: 14254552.
HSL color Cylindrical-coordinate representation of color #D881D9: hue angle of 299.32º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D881D9 is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 129 | 217 | - |
| CMYK | 0.00 | 0.41 | 0 | 0.15 |
| HSL | 299.32º | 0.54% | 0.68% | - |
| HSV(B) | 299.32º | 0.41% | 0.85% | - |
| XYZ | 48.69 | 35.31 | 69.89 | - |
| YUV | 165.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 217 | 0.00 | 0.41 | 0 | 0.15 | 299.32 | 0.54 | 0.68 |
| Hex | D8 | 81 | D9 | 0 | 29 | 0 | F | 12B | 36 | 44 |
| Octal | 330 | 201 | 331 | 0 | 51 | 0 | 17 | 453 | 66 | 104 |
| Binary | 11011000 | 10000001 | 11011001 | 0 | 101001 | 0 | 1111 | 100101011 | 110110 | 1000100 |
Color Harmonies of #D881D9
Complementary color
Monochromatic Colors of #D881D9
Black with #D881D9
Text Example
Text Example
White with #D881D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D881D9; }
p { color: rgb(216,129,217); }
H1.HeaderClassName
{
color: #D881D9;
}
.AnyTagClassName
{
color: #D881D9;
}
</style>
background-color css
<style>
a { background-color: #D881D9; }
a { background-color: rgb(216,129,217); }
div.DivClassName
{
background-color: #D881D9;
}
.BgClassName
{
background-color: #D881D9;
}
</style>
border-color css
<style>
span { border-color: #D881D9; }
span { border-color: rgb(216,129,217); }
td.TdClassName
{
border-color: #D881D9;
}
.TagClassName
{
border-color: #D881D9;
}
</style>