Shades of Orchid #DC88D0
Tints of Orchid #DC88D0
RGB
CMYK
RGB Variations
Color information
#DC88D0 (or 0xDC88D0) is known color: Orchid. HEX triplet: DC, 88 and D0. RGB value is (220,136,208). Sum of RGB (Red+Green+Blue) = 220+136+208=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88D0 is #23772F. Grayscale: #A9A9A9. Windows color (decimal): -2324272 or 13666524. OLE color: 13666524.
HSL color Cylindrical-coordinate representation of color #DC88D0: hue angle of 308.57º degrees, saturation: 0.55, 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 #DC88D0 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 208 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.14 |
| HSL | 308.57º | 0.55% | 0.7% | - |
| HSV(B) | 308.57º | 0.38% | 0.86% | - |
| XYZ | 49.7 | 37.38 | 64.27 | - |
| YUV | 169.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 208 | 0 | 0.38 | 0.05 | 0.14 | 308.57 | 0.55 | 0.7 |
| Hex | DC | 88 | D0 | 0 | 26 | 5 | E | 135 | 37 | 46 |
| Octal | 334 | 210 | 320 | 0 | 46 | 5 | 16 | 465 | 67 | 106 |
| Binary | 11011100 | 10001000 | 11010000 | 0 | 100110 | 101 | 1110 | 100110101 | 110111 | 1000110 |
Color Harmonies of #DC88D0
Complementary color
Monochromatic Colors of #DC88D0
Black with #DC88D0
Text Example
Text Example
White with #DC88D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88D0; }
p { color: rgb(220,136,208); }
H1.HeaderClassName
{
color: #DC88D0;
}
.AnyTagClassName
{
color: #DC88D0;
}
</style>
background-color css
<style>
a { background-color: #DC88D0; }
a { background-color: rgb(220,136,208); }
div.DivClassName
{
background-color: #DC88D0;
}
.BgClassName
{
background-color: #DC88D0;
}
</style>
border-color css
<style>
span { border-color: #DC88D0; }
span { border-color: rgb(220,136,208); }
td.TdClassName
{
border-color: #DC88D0;
}
.TagClassName
{
border-color: #DC88D0;
}
</style>