Shades of Orchid #D88AD0
Tints of Orchid #D88AD0
RGB
CMYK
RGB Variations
Color information
#D88AD0 (or 0xD88AD0) is known color: Orchid. HEX triplet: D8, 8A and D0. RGB value is (216,138,208). Sum of RGB (Red+Green+Blue) = 216+138+208=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AD0 is #27752F. Grayscale: #A9A9A9. Windows color (decimal): -2585904 or 13667032. OLE color: 13667032.
HSL color Cylindrical-coordinate representation of color #D88AD0: hue angle of 306.15º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88AD0 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 208 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.15 |
| HSL | 306.15º | 0.5% | 0.69% | - |
| HSV(B) | 306.15º | 0.36% | 0.85% | - |
| XYZ | 48.79 | 37.33 | 64.31 | - |
| YUV | 169.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 208 | 0 | 0.36 | 0.04 | 0.15 | 306.15 | 0.5 | 0.69 |
| Hex | D8 | 8A | D0 | 0 | 24 | 4 | F | 132 | 32 | 45 |
| Octal | 330 | 212 | 320 | 0 | 44 | 4 | 17 | 462 | 62 | 105 |
| Binary | 11011000 | 10001010 | 11010000 | 0 | 100100 | 100 | 1111 | 100110010 | 110010 | 1000101 |
Color Harmonies of #D88AD0
Complementary color
Monochromatic Colors of #D88AD0
Black with #D88AD0
Text Example
Text Example
White with #D88AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88AD0; }
p { color: rgb(216,138,208); }
H1.HeaderClassName
{
color: #D88AD0;
}
.AnyTagClassName
{
color: #D88AD0;
}
</style>
background-color css
<style>
a { background-color: #D88AD0; }
a { background-color: rgb(216,138,208); }
div.DivClassName
{
background-color: #D88AD0;
}
.BgClassName
{
background-color: #D88AD0;
}
</style>
border-color css
<style>
span { border-color: #D88AD0; }
span { border-color: rgb(216,138,208); }
td.TdClassName
{
border-color: #D88AD0;
}
.TagClassName
{
border-color: #D88AD0;
}
</style>