Shades of Petite Orchid #DCA2A0
Tints of Petite Orchid #DCA2A0
RGB
CMYK
RGB Variations
Color information
#DCA2A0 (or 0xDCA2A0) is known color: Petite Orchid. HEX triplet: DC, A2 and A0. RGB value is (220,162,160). Sum of RGB (Red+Green+Blue) = 220+162+160=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA2A0 is #235D5F. Grayscale: #B3B3B3. Windows color (decimal): -2317664 or 10527452. OLE color: 10527452.
HSL color Cylindrical-coordinate representation of color #DCA2A0: hue angle of 2º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA2A0 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 160 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.14 |
| HSL | 2º | 0.46% | 0.75% | - |
| HSV(B) | 2º | 0.27% | 0.86% | - |
| XYZ | 48.78 | 43.59 | 39.1 | - |
| YUV | 179.11 | 117.22 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 160 | 0 | 0.26 | 0.27 | 0.14 | 2 | 0.46 | 0.75 |
| Hex | DC | A2 | A0 | 0 | 1A | 1B | E | 2 | 2E | 4B |
| Octal | 334 | 242 | 240 | 0 | 32 | 33 | 16 | 2 | 56 | 113 |
| Binary | 11011100 | 10100010 | 10100000 | 0 | 11010 | 11011 | 1110 | 10 | 101110 | 1001011 |
Color Harmonies of #DCA2A0
Complementary color
Monochromatic Colors of #DCA2A0
Black with #DCA2A0
Text Example
Text Example
White with #DCA2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA2A0; }
p { color: rgb(220,162,160); }
H1.HeaderClassName
{
color: #DCA2A0;
}
.AnyTagClassName
{
color: #DCA2A0;
}
</style>
background-color css
<style>
a { background-color: #DCA2A0; }
a { background-color: rgb(220,162,160); }
div.DivClassName
{
background-color: #DCA2A0;
}
.BgClassName
{
background-color: #DCA2A0;
}
</style>
border-color css
<style>
span { border-color: #DCA2A0; }
span { border-color: rgb(220,162,160); }
td.TdClassName
{
border-color: #DCA2A0;
}
.TagClassName
{
border-color: #DCA2A0;
}
</style>