Shades of Orchid #DC8ACE
Tints of Orchid #DC8ACE
RGB
CMYK
RGB Variations
Color information
#DC8ACE (or 0xDC8ACE) is known color: Orchid. HEX triplet: DC, 8A and CE. RGB value is (220,138,206). Sum of RGB (Red+Green+Blue) = 220+138+206=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8ACE is #237531. Grayscale: #AAAAAA. Windows color (decimal): -2323762 or 13535964. OLE color: 13535964.
HSL color Cylindrical-coordinate representation of color #DC8ACE: hue angle of 310.24º 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 #DC8ACE is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 206 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.14 |
| HSL | 310.24º | 0.54% | 0.7% | - |
| HSV(B) | 310.24º | 0.37% | 0.86% | - |
| XYZ | 49.74 | 37.85 | 63.08 | - |
| YUV | 170.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 206 | 0 | 0.37 | 0.06 | 0.14 | 310.24 | 0.54 | 0.7 |
| Hex | DC | 8A | CE | 0 | 25 | 6 | E | 136 | 36 | 46 |
| Octal | 334 | 212 | 316 | 0 | 45 | 6 | 16 | 466 | 66 | 106 |
| Binary | 11011100 | 10001010 | 11001110 | 0 | 100101 | 110 | 1110 | 100110110 | 110110 | 1000110 |
Color Harmonies of #DC8ACE
Complementary color
Monochromatic Colors of #DC8ACE
Black with #DC8ACE
Text Example
Text Example
White with #DC8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8ACE; }
p { color: rgb(220,138,206); }
H1.HeaderClassName
{
color: #DC8ACE;
}
.AnyTagClassName
{
color: #DC8ACE;
}
</style>
background-color css
<style>
a { background-color: #DC8ACE; }
a { background-color: rgb(220,138,206); }
div.DivClassName
{
background-color: #DC8ACE;
}
.BgClassName
{
background-color: #DC8ACE;
}
</style>
border-color css
<style>
span { border-color: #DC8ACE; }
span { border-color: rgb(220,138,206); }
td.TdClassName
{
border-color: #DC8ACE;
}
.TagClassName
{
border-color: #DC8ACE;
}
</style>