Shades of Orchid #DC8ACB
Tints of Orchid #DC8ACB
RGB
CMYK
RGB Variations
Color information
#DC8ACB (or 0xDC8ACB) is known color: Orchid. HEX triplet: DC, 8A and CB. RGB value is (220,138,203). Sum of RGB (Red+Green+Blue) = 220+138+203=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8ACB is #237534. Grayscale: #A9A9A9. Windows color (decimal): -2323765 or 13339356. OLE color: 13339356.
HSL color Cylindrical-coordinate representation of color #DC8ACB: hue angle of 312.44º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8ACB is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 203 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.14 |
| HSL | 312.44º | 0.54% | 0.7% | - |
| HSV(B) | 312.44º | 0.37% | 0.86% | - |
| XYZ | 49.38 | 37.7 | 61.17 | - |
| YUV | 169.93 | 146.67 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 203 | 0 | 0.37 | 0.08 | 0.14 | 312.44 | 0.54 | 0.7 |
| Hex | DC | 8A | CB | 0 | 25 | 8 | E | 138 | 36 | 46 |
| Octal | 334 | 212 | 313 | 0 | 45 | 10 | 16 | 470 | 66 | 106 |
| Binary | 11011100 | 10001010 | 11001011 | 0 | 100101 | 1000 | 1110 | 100111000 | 110110 | 1000110 |
Color Harmonies of #DC8ACB
Complementary color
Monochromatic Colors of #DC8ACB
Black with #DC8ACB
Text Example
Text Example
White with #DC8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8ACB; }
p { color: rgb(220,138,203); }
H1.HeaderClassName
{
color: #DC8ACB;
}
.AnyTagClassName
{
color: #DC8ACB;
}
</style>
background-color css
<style>
a { background-color: #DC8ACB; }
a { background-color: rgb(220,138,203); }
div.DivClassName
{
background-color: #DC8ACB;
}
.BgClassName
{
background-color: #DC8ACB;
}
</style>
border-color css
<style>
span { border-color: #DC8ACB; }
span { border-color: rgb(220,138,203); }
td.TdClassName
{
border-color: #DC8ACB;
}
.TagClassName
{
border-color: #DC8ACB;
}
</style>