Shades of Orchid #D087D7
Tints of Orchid #D087D7
RGB
CMYK
RGB Variations
Color information
#D087D7 (or 0xD087D7) is known color: Orchid. HEX triplet: D0, 87 and D7. RGB value is (208,135,215). Sum of RGB (Red+Green+Blue) = 208+135+215=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #D087D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087D7 is #2F7828. Grayscale: #A5A5A5. Windows color (decimal): -3110953 or 14125008. OLE color: 14125008.
HSL color Cylindrical-coordinate representation of color #D087D7: hue angle of 294.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D087D7 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 135 | 215 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.16 |
| HSL | 294.75º | 0.5% | 0.69% | - |
| HSV(B) | 294.75º | 0.37% | 0.84% | - |
| XYZ | 46.94 | 35.64 | 68.7 | - |
| YUV | 165.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 215 | 0.03 | 0.37 | 0 | 0.16 | 294.75 | 0.5 | 0.69 |
| Hex | D0 | 87 | D7 | 3 | 25 | 0 | 10 | 127 | 32 | 45 |
| Octal | 320 | 207 | 327 | 3 | 45 | 0 | 20 | 447 | 62 | 105 |
| Binary | 11010000 | 10000111 | 11010111 | 11 | 100101 | 0 | 10000 | 100100111 | 110010 | 1000101 |
Color Harmonies of #D087D7
Complementary color
Monochromatic Colors of #D087D7
Black with #D087D7
Text Example
Text Example
White with #D087D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D087D7; }
p { color: rgb(208,135,215); }
H1.HeaderClassName
{
color: #D087D7;
}
.AnyTagClassName
{
color: #D087D7;
}
</style>
background-color css
<style>
a { background-color: #D087D7; }
a { background-color: rgb(208,135,215); }
div.DivClassName
{
background-color: #D087D7;
}
.BgClassName
{
background-color: #D087D7;
}
</style>
border-color css
<style>
span { border-color: #D087D7; }
span { border-color: rgb(208,135,215); }
td.TdClassName
{
border-color: #D087D7;
}
.TagClassName
{
border-color: #D087D7;
}
</style>