Shades of Orchid #D281D9
Tints of Orchid #D281D9
RGB
CMYK
RGB Variations
Color information
#D281D9 (or 0xD281D9) is known color: Orchid. HEX triplet: D2, 81 and D9. RGB value is (210,129,217). Sum of RGB (Red+Green+Blue) = 210+129+217=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 217 - color contains mainly: blue. Hex color #D281D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281D9 is #2D7E26. Grayscale: #A2A2A2. Windows color (decimal): -2981415 or 14254546. OLE color: 14254546.
HSL color Cylindrical-coordinate representation of color #D281D9: hue angle of 295.23º 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 #D281D9 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 129 | 217 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.15 |
| HSL | 295.23º | 0.54% | 0.68% | - |
| HSV(B) | 295.23º | 0.41% | 0.85% | - |
| XYZ | 46.95 | 34.41 | 69.81 | - |
| YUV | 163.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 217 | 0.03 | 0.41 | 0 | 0.15 | 295.23 | 0.54 | 0.68 |
| Hex | D2 | 81 | D9 | 3 | 29 | 0 | F | 127 | 36 | 44 |
| Octal | 322 | 201 | 331 | 3 | 51 | 0 | 17 | 447 | 66 | 104 |
| Binary | 11010010 | 10000001 | 11011001 | 11 | 101001 | 0 | 1111 | 100100111 | 110110 | 1000100 |
Color Harmonies of #D281D9
Complementary color
Monochromatic Colors of #D281D9
Black with #D281D9
Text Example
Text Example
White with #D281D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D281D9; }
p { color: rgb(210,129,217); }
H1.HeaderClassName
{
color: #D281D9;
}
.AnyTagClassName
{
color: #D281D9;
}
</style>
background-color css
<style>
a { background-color: #D281D9; }
a { background-color: rgb(210,129,217); }
div.DivClassName
{
background-color: #D281D9;
}
.BgClassName
{
background-color: #D281D9;
}
</style>
border-color css
<style>
span { border-color: #D281D9; }
span { border-color: rgb(210,129,217); }
td.TdClassName
{
border-color: #D281D9;
}
.TagClassName
{
border-color: #D281D9;
}
</style>