Shades of Orchid #D287DC
Tints of Orchid #D287DC
RGB
CMYK
RGB Variations
Color information
#D287DC (or 0xD287DC) is known color: Orchid. HEX triplet: D2, 87 and DC. RGB value is (210,135,220). Sum of RGB (Red+Green+Blue) = 210+135+220=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #D287DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287DC is #2D7823. Grayscale: #A6A6A6. Windows color (decimal): -2979876 or 14452690. OLE color: 14452690.
HSL color Cylindrical-coordinate representation of color #D287DC: hue angle of 292.94º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D287DC is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 135 | 220 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.14 |
| HSL | 292.94º | 0.55% | 0.7% | - |
| HSV(B) | 292.94º | 0.39% | 0.86% | - |
| XYZ | 48.16 | 36.2 | 72.16 | - |
| YUV | 167.12 | 157.85 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 220 | 0.05 | 0.39 | 0 | 0.14 | 292.94 | 0.55 | 0.7 |
| Hex | D2 | 87 | DC | 5 | 27 | 0 | E | 125 | 37 | 46 |
| Octal | 322 | 207 | 334 | 5 | 47 | 0 | 16 | 445 | 67 | 106 |
| Binary | 11010010 | 10000111 | 11011100 | 101 | 100111 | 0 | 1110 | 100100101 | 110111 | 1000110 |
Color Harmonies of #D287DC
Complementary color
Monochromatic Colors of #D287DC
Black with #D287DC
Text Example
Text Example
White with #D287DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D287DC; }
p { color: rgb(210,135,220); }
H1.HeaderClassName
{
color: #D287DC;
}
.AnyTagClassName
{
color: #D287DC;
}
</style>
background-color css
<style>
a { background-color: #D287DC; }
a { background-color: rgb(210,135,220); }
div.DivClassName
{
background-color: #D287DC;
}
.BgClassName
{
background-color: #D287DC;
}
</style>
border-color css
<style>
span { border-color: #D287DC; }
span { border-color: rgb(210,135,220); }
td.TdClassName
{
border-color: #D287DC;
}
.TagClassName
{
border-color: #D287DC;
}
</style>