Shades of Orchid #DC88D4
Tints of Orchid #DC88D4
RGB
CMYK
RGB Variations
Color information
#DC88D4 (or 0xDC88D4) is known color: Orchid. HEX triplet: DC, 88 and D4. RGB value is (220,136,212). Sum of RGB (Red+Green+Blue) = 220+136+212=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88D4 is #23772B. Grayscale: #A9A9A9. Windows color (decimal): -2324268 or 13928668. OLE color: 13928668.
HSL color Cylindrical-coordinate representation of color #DC88D4: hue angle of 305.71º 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 #DC88D4 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 212 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.14 |
| HSL | 305.71º | 0.55% | 0.7% | - |
| HSV(B) | 305.71º | 0.38% | 0.86% | - |
| XYZ | 50.2 | 37.58 | 66.89 | - |
| YUV | 169.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 212 | 0 | 0.38 | 0.04 | 0.14 | 305.71 | 0.55 | 0.7 |
| Hex | DC | 88 | D4 | 0 | 26 | 4 | E | 132 | 37 | 46 |
| Octal | 334 | 210 | 324 | 0 | 46 | 4 | 16 | 462 | 67 | 106 |
| Binary | 11011100 | 10001000 | 11010100 | 0 | 100110 | 100 | 1110 | 100110010 | 110111 | 1000110 |
Color Harmonies of #DC88D4
Complementary color
Monochromatic Colors of #DC88D4
Black with #DC88D4
Text Example
Text Example
White with #DC88D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88D4; }
p { color: rgb(220,136,212); }
H1.HeaderClassName
{
color: #DC88D4;
}
.AnyTagClassName
{
color: #DC88D4;
}
</style>
background-color css
<style>
a { background-color: #DC88D4; }
a { background-color: rgb(220,136,212); }
div.DivClassName
{
background-color: #DC88D4;
}
.BgClassName
{
background-color: #DC88D4;
}
</style>
border-color css
<style>
span { border-color: #DC88D4; }
span { border-color: rgb(220,136,212); }
td.TdClassName
{
border-color: #DC88D4;
}
.TagClassName
{
border-color: #DC88D4;
}
</style>