Shades of Orchid #D281D1
Tints of Orchid #D281D1
RGB
CMYK
RGB Variations
Color information
#D281D1 (or 0xD281D1) is known color: Orchid. HEX triplet: D2, 81 and D1. RGB value is (210,129,209). Sum of RGB (Red+Green+Blue) = 210+129+209=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D281D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281D1 is #2D7E2E. Grayscale: #A2A2A2. Windows color (decimal): -2981423 or 13730258. OLE color: 13730258.
HSL color Cylindrical-coordinate representation of color #D281D1: hue angle of 300.74º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D281D1 is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 209 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.18 |
| HSL | 300.74º | 0.47% | 0.66% | - |
| HSV(B) | 300.74º | 0.39% | 0.82% | - |
| XYZ | 45.94 | 34.01 | 64.46 | - |
| YUV | 162.34 | 154.34 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 209 | 0 | 0.39 | 0.00 | 0.18 | 300.74 | 0.47 | 0.66 |
| Hex | D2 | 81 | D1 | 0 | 27 | 0 | 12 | 12D | 2F | 42 |
| Octal | 322 | 201 | 321 | 0 | 47 | 0 | 22 | 455 | 57 | 102 |
| Binary | 11010010 | 10000001 | 11010001 | 0 | 100111 | 0 | 10010 | 100101101 | 101111 | 1000010 |
Color Harmonies of #D281D1
Complementary color
Monochromatic Colors of #D281D1
Black with #D281D1
Text Example
Text Example
White with #D281D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D281D1; }
p { color: rgb(210,129,209); }
H1.HeaderClassName
{
color: #D281D1;
}
.AnyTagClassName
{
color: #D281D1;
}
</style>
background-color css
<style>
a { background-color: #D281D1; }
a { background-color: rgb(210,129,209); }
div.DivClassName
{
background-color: #D281D1;
}
.BgClassName
{
background-color: #D281D1;
}
</style>
border-color css
<style>
span { border-color: #D281D1; }
span { border-color: rgb(210,129,209); }
td.TdClassName
{
border-color: #D281D1;
}
.TagClassName
{
border-color: #D281D1;
}
</style>