Shades of Orchid #D287D9
Tints of Orchid #D287D9
RGB
CMYK
RGB Variations
Color information
#D287D9 (or 0xD287D9) is known color: Orchid. HEX triplet: D2, 87 and D9. RGB value is (210,135,217). Sum of RGB (Red+Green+Blue) = 210+135+217=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 135 (53.12% from 255 or 24.02% 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 #D287D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287D9 is #2D7826. Grayscale: #A6A6A6. Windows color (decimal): -2979879 or 14256082. OLE color: 14256082.
HSL color Cylindrical-coordinate representation of color #D287D9: hue angle of 294.88º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D287D9 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 135 | 217 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.15 |
| HSL | 294.88º | 0.52% | 0.69% | - |
| HSV(B) | 294.88º | 0.38% | 0.85% | - |
| XYZ | 47.77 | 36.04 | 70.08 | - |
| YUV | 166.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 217 | 0.03 | 0.38 | 0 | 0.15 | 294.88 | 0.52 | 0.69 |
| Hex | D2 | 87 | D9 | 3 | 26 | 0 | F | 127 | 34 | 45 |
| Octal | 322 | 207 | 331 | 3 | 46 | 0 | 17 | 447 | 64 | 105 |
| Binary | 11010010 | 10000111 | 11011001 | 11 | 100110 | 0 | 1111 | 100100111 | 110100 | 1000101 |
Color Harmonies of #D287D9
Complementary color
Monochromatic Colors of #D287D9
Black with #D287D9
Text Example
Text Example
White with #D287D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D287D9; }
p { color: rgb(210,135,217); }
H1.HeaderClassName
{
color: #D287D9;
}
.AnyTagClassName
{
color: #D287D9;
}
</style>
background-color css
<style>
a { background-color: #D287D9; }
a { background-color: rgb(210,135,217); }
div.DivClassName
{
background-color: #D287D9;
}
.BgClassName
{
background-color: #D287D9;
}
</style>
border-color css
<style>
span { border-color: #D287D9; }
span { border-color: rgb(210,135,217); }
td.TdClassName
{
border-color: #D287D9;
}
.TagClassName
{
border-color: #D287D9;
}
</style>