Shades of Orchid #D088D9
Tints of Orchid #D088D9
RGB
CMYK
RGB Variations
Color information
#D088D9 (or 0xD088D9) is known color: Orchid. HEX triplet: D0, 88 and D9. RGB value is (208,136,217). Sum of RGB (Red+Green+Blue) = 208+136+217=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #D088D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088D9 is #2F7726. Grayscale: #A6A6A6. Windows color (decimal): -3110695 or 14256336. OLE color: 14256336.
HSL color Cylindrical-coordinate representation of color #D088D9: hue angle of 293.33º degrees, saturation: 0.52, 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 #D088D9 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 136 | 217 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.15 |
| HSL | 293.33º | 0.52% | 0.69% | - |
| HSV(B) | 293.33º | 0.37% | 0.85% | - |
| XYZ | 47.34 | 36.03 | 70.1 | - |
| YUV | 166.76 | 156.35 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 217 | 0.04 | 0.37 | 0 | 0.15 | 293.33 | 0.52 | 0.69 |
| Hex | D0 | 88 | D9 | 4 | 25 | 0 | F | 125 | 34 | 45 |
| Octal | 320 | 210 | 331 | 4 | 45 | 0 | 17 | 445 | 64 | 105 |
| Binary | 11010000 | 10001000 | 11011001 | 100 | 100101 | 0 | 1111 | 100100101 | 110100 | 1000101 |
Color Harmonies of #D088D9
Complementary color
Monochromatic Colors of #D088D9
Black with #D088D9
Text Example
Text Example
White with #D088D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D088D9; }
p { color: rgb(208,136,217); }
H1.HeaderClassName
{
color: #D088D9;
}
.AnyTagClassName
{
color: #D088D9;
}
</style>
background-color css
<style>
a { background-color: #D088D9; }
a { background-color: rgb(208,136,217); }
div.DivClassName
{
background-color: #D088D9;
}
.BgClassName
{
background-color: #D088D9;
}
</style>
border-color css
<style>
span { border-color: #D088D9; }
span { border-color: rgb(208,136,217); }
td.TdClassName
{
border-color: #D088D9;
}
.TagClassName
{
border-color: #D088D9;
}
</style>