Shades of Orchid #D888D0
Tints of Orchid #D888D0
RGB
CMYK
RGB Variations
Color information
#D888D0 (or 0xD888D0) is known color: Orchid. HEX triplet: D8, 88 and D0. RGB value is (216,136,208). Sum of RGB (Red+Green+Blue) = 216+136+208=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D888D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D888D0 is #27772F. Grayscale: #A7A7A7. Windows color (decimal): -2586416 or 13666520. OLE color: 13666520.
HSL color Cylindrical-coordinate representation of color #D888D0: hue angle of 306º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D888D0 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 136 | 208 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.15 |
| HSL | 306º | 0.51% | 0.69% | - |
| HSV(B) | 306º | 0.37% | 0.85% | - |
| XYZ | 48.51 | 36.76 | 64.21 | - |
| YUV | 168.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 208 | 0 | 0.37 | 0.04 | 0.15 | 306 | 0.51 | 0.69 |
| Hex | D8 | 88 | D0 | 0 | 25 | 4 | F | 132 | 33 | 45 |
| Octal | 330 | 210 | 320 | 0 | 45 | 4 | 17 | 462 | 63 | 105 |
| Binary | 11011000 | 10001000 | 11010000 | 0 | 100101 | 100 | 1111 | 100110010 | 110011 | 1000101 |
Color Harmonies of #D888D0
Complementary color
Monochromatic Colors of #D888D0
Black with #D888D0
Text Example
Text Example
White with #D888D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D888D0; }
p { color: rgb(216,136,208); }
H1.HeaderClassName
{
color: #D888D0;
}
.AnyTagClassName
{
color: #D888D0;
}
</style>
background-color css
<style>
a { background-color: #D888D0; }
a { background-color: rgb(216,136,208); }
div.DivClassName
{
background-color: #D888D0;
}
.BgClassName
{
background-color: #D888D0;
}
</style>
border-color css
<style>
span { border-color: #D888D0; }
span { border-color: rgb(216,136,208); }
td.TdClassName
{
border-color: #D888D0;
}
.TagClassName
{
border-color: #D888D0;
}
</style>