Shades of Orchid #D087D2
Tints of Orchid #D087D2
RGB
CMYK
RGB Variations
Color information
#D087D2 (or 0xD087D2) is known color: Orchid. HEX triplet: D0, 87 and D2. RGB value is (208,135,210). Sum of RGB (Red+Green+Blue) = 208+135+210=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 210 - color contains mainly: blue. Hex color #D087D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087D2 is #2F782D. Grayscale: #A5A5A5. Windows color (decimal): -3110958 or 13797328. OLE color: 13797328.
HSL color Cylindrical-coordinate representation of color #D087D2: hue angle of 298.4º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D087D2 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 210 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.18 |
| HSL | 298.4º | 0.45% | 0.68% | - |
| HSV(B) | 298.4º | 0.36% | 0.82% | - |
| XYZ | 46.31 | 35.39 | 65.36 | - |
| YUV | 165.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 210 | 0.01 | 0.36 | 0 | 0.18 | 298.4 | 0.45 | 0.68 |
| Hex | D0 | 87 | D2 | 1 | 24 | 0 | 12 | 12A | 2D | 44 |
| Octal | 320 | 207 | 322 | 1 | 44 | 0 | 22 | 452 | 55 | 104 |
| Binary | 11010000 | 10000111 | 11010010 | 1 | 100100 | 0 | 10010 | 100101010 | 101101 | 1000100 |
Color Harmonies of #D087D2
Complementary color
Monochromatic Colors of #D087D2
Black with #D087D2
Text Example
Text Example
White with #D087D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D087D2; }
p { color: rgb(208,135,210); }
H1.HeaderClassName
{
color: #D087D2;
}
.AnyTagClassName
{
color: #D087D2;
}
</style>
background-color css
<style>
a { background-color: #D087D2; }
a { background-color: rgb(208,135,210); }
div.DivClassName
{
background-color: #D087D2;
}
.BgClassName
{
background-color: #D087D2;
}
</style>
border-color css
<style>
span { border-color: #D087D2; }
span { border-color: rgb(208,135,210); }
td.TdClassName
{
border-color: #D087D2;
}
.TagClassName
{
border-color: #D087D2;
}
</style>