Shades of Orchid #DC88D8
Tints of Orchid #DC88D8
RGB
CMYK
RGB Variations
Color information
#DC88D8 (or 0xDC88D8) is known color: Orchid. HEX triplet: DC, 88 and D8. RGB value is (220,136,216). Sum of RGB (Red+Green+Blue) = 220+136+216=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88D8 is #237727. Grayscale: #AAAAAA. Windows color (decimal): -2324264 or 14190812. OLE color: 14190812.
HSL color Cylindrical-coordinate representation of color #DC88D8: hue angle of 302.86º 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 #DC88D8 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 216 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.14 |
| HSL | 302.86º | 0.55% | 0.7% | - |
| HSV(B) | 302.86º | 0.38% | 0.86% | - |
| XYZ | 50.71 | 37.78 | 69.59 | - |
| YUV | 170.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 216 | 0 | 0.38 | 0.02 | 0.14 | 302.86 | 0.55 | 0.7 |
| Hex | DC | 88 | D8 | 0 | 26 | 2 | E | 12F | 37 | 46 |
| Octal | 334 | 210 | 330 | 0 | 46 | 2 | 16 | 457 | 67 | 106 |
| Binary | 11011100 | 10001000 | 11011000 | 0 | 100110 | 10 | 1110 | 100101111 | 110111 | 1000110 |
Color Harmonies of #DC88D8
Complementary color
Monochromatic Colors of #DC88D8
Black with #DC88D8
Text Example
Text Example
White with #DC88D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88D8; }
p { color: rgb(220,136,216); }
H1.HeaderClassName
{
color: #DC88D8;
}
.AnyTagClassName
{
color: #DC88D8;
}
</style>
background-color css
<style>
a { background-color: #DC88D8; }
a { background-color: rgb(220,136,216); }
div.DivClassName
{
background-color: #DC88D8;
}
.BgClassName
{
background-color: #DC88D8;
}
</style>
border-color css
<style>
span { border-color: #DC88D8; }
span { border-color: rgb(220,136,216); }
td.TdClassName
{
border-color: #DC88D8;
}
.TagClassName
{
border-color: #DC88D8;
}
</style>