Shades of Orchid #D088D8
Tints of Orchid #D088D8
RGB
CMYK
RGB Variations
Color information
#D088D8 (or 0xD088D8) is known color: Orchid. HEX triplet: D0, 88 and D8. RGB value is (208,136,216). Sum of RGB (Red+Green+Blue) = 208+136+216=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 216 - color contains mainly: blue. Hex color #D088D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088D8 is #2F7727. Grayscale: #A6A6A6. Windows color (decimal): -3110696 or 14190800. OLE color: 14190800.
HSL color Cylindrical-coordinate representation of color #D088D8: hue angle of 294º 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 #D088D8 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 136 | 216 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.15 |
| HSL | 294º | 0.51% | 0.69% | - |
| HSV(B) | 294º | 0.37% | 0.85% | - |
| XYZ | 47.21 | 35.98 | 69.42 | - |
| YUV | 166.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 216 | 0.04 | 0.37 | 0 | 0.15 | 294 | 0.51 | 0.69 |
| Hex | D0 | 88 | D8 | 4 | 25 | 0 | F | 126 | 33 | 45 |
| Octal | 320 | 210 | 330 | 4 | 45 | 0 | 17 | 446 | 63 | 105 |
| Binary | 11010000 | 10001000 | 11011000 | 100 | 100101 | 0 | 1111 | 100100110 | 110011 | 1000101 |
Color Harmonies of #D088D8
Complementary color
Monochromatic Colors of #D088D8
Black with #D088D8
Text Example
Text Example
White with #D088D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D088D8; }
p { color: rgb(208,136,216); }
H1.HeaderClassName
{
color: #D088D8;
}
.AnyTagClassName
{
color: #D088D8;
}
</style>
background-color css
<style>
a { background-color: #D088D8; }
a { background-color: rgb(208,136,216); }
div.DivClassName
{
background-color: #D088D8;
}
.BgClassName
{
background-color: #D088D8;
}
</style>
border-color css
<style>
span { border-color: #D088D8; }
span { border-color: rgb(208,136,216); }
td.TdClassName
{
border-color: #D088D8;
}
.TagClassName
{
border-color: #D088D8;
}
</style>