Shades of Orchid #DB88C7
Tints of Orchid #DB88C7
RGB
CMYK
RGB Variations
Color information
#DB88C7 (or 0xDB88C7) is known color: Orchid. HEX triplet: DB, 88 and C7. RGB value is (219,136,199). Sum of RGB (Red+Green+Blue) = 219+136+199=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88C7 is #247738. Grayscale: #A7A7A7. Windows color (decimal): -2389817 or 13076699. OLE color: 13076699.
HSL color Cylindrical-coordinate representation of color #DB88C7: hue angle of 314.46º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB88C7 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 199 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.14 |
| HSL | 314.46º | 0.54% | 0.7% | - |
| HSV(B) | 314.46º | 0.38% | 0.86% | - |
| XYZ | 48.33 | 36.79 | 58.59 | - |
| YUV | 168 | 145.5 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 199 | 0 | 0.38 | 0.09 | 0.14 | 314.46 | 0.54 | 0.7 |
| Hex | DB | 88 | C7 | 0 | 26 | 9 | E | 13A | 36 | 46 |
| Octal | 333 | 210 | 307 | 0 | 46 | 11 | 16 | 472 | 66 | 106 |
| Binary | 11011011 | 10001000 | 11000111 | 0 | 100110 | 1001 | 1110 | 100111010 | 110110 | 1000110 |
Color Harmonies of #DB88C7
Complementary color
Monochromatic Colors of #DB88C7
Black with #DB88C7
Text Example
Text Example
White with #DB88C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88C7; }
p { color: rgb(219,136,199); }
H1.HeaderClassName
{
color: #DB88C7;
}
.AnyTagClassName
{
color: #DB88C7;
}
</style>
background-color css
<style>
a { background-color: #DB88C7; }
a { background-color: rgb(219,136,199); }
div.DivClassName
{
background-color: #DB88C7;
}
.BgClassName
{
background-color: #DB88C7;
}
</style>
border-color css
<style>
span { border-color: #DB88C7; }
span { border-color: rgb(219,136,199); }
td.TdClassName
{
border-color: #DB88C7;
}
.TagClassName
{
border-color: #DB88C7;
}
</style>