Shades of Orchid #D187DD
Tints of Orchid #D187DD
RGB
CMYK
RGB Variations
Color information
#D187DD (or 0xD187DD) is known color: Orchid. HEX triplet: D1, 87 and DD. RGB value is (209,135,221). Sum of RGB (Red+Green+Blue) = 209+135+221=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #D187DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187DD is #2E7822. Grayscale: #A6A6A6. Windows color (decimal): -3045411 or 14518225. OLE color: 14518225.
HSL color Cylindrical-coordinate representation of color #D187DD: hue angle of 291.63º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D187DD is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 135 | 221 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.13 |
| HSL | 291.63º | 0.56% | 0.7% | - |
| HSV(B) | 291.63º | 0.39% | 0.87% | - |
| XYZ | 48.01 | 36.1 | 72.84 | - |
| YUV | 166.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 221 | 0.05 | 0.39 | 0 | 0.13 | 291.63 | 0.56 | 0.7 |
| Hex | D1 | 87 | DD | 5 | 27 | 0 | D | 124 | 38 | 46 |
| Octal | 321 | 207 | 335 | 5 | 47 | 0 | 15 | 444 | 70 | 106 |
| Binary | 11010001 | 10000111 | 11011101 | 101 | 100111 | 0 | 1101 | 100100100 | 111000 | 1000110 |
Color Harmonies of #D187DD
Complementary color
Monochromatic Colors of #D187DD
Black with #D187DD
Text Example
Text Example
White with #D187DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D187DD; }
p { color: rgb(209,135,221); }
H1.HeaderClassName
{
color: #D187DD;
}
.AnyTagClassName
{
color: #D187DD;
}
</style>
background-color css
<style>
a { background-color: #D187DD; }
a { background-color: rgb(209,135,221); }
div.DivClassName
{
background-color: #D187DD;
}
.BgClassName
{
background-color: #D187DD;
}
</style>
border-color css
<style>
span { border-color: #D187DD; }
span { border-color: rgb(209,135,221); }
td.TdClassName
{
border-color: #D187DD;
}
.TagClassName
{
border-color: #D187DD;
}
</style>