Shades of Petite Orchid #DC8C8A
Tints of Petite Orchid #DC8C8A
RGB
CMYK
RGB Variations
Color information
#DC8C8A (or 0xDC8C8A) is known color: Petite Orchid. HEX triplet: DC, 8C and 8A. RGB value is (220,140,138). Sum of RGB (Red+Green+Blue) = 220+140+138=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8C8A is #237375. Grayscale: #A3A3A3. Windows color (decimal): -2323318 or 9080028. OLE color: 9080028.
HSL color Cylindrical-coordinate representation of color #DC8C8A: hue angle of 1.46º 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 #DC8C8A is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 138 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.14 |
| HSL | 1.46º | 0.54% | 0.7% | - |
| HSV(B) | 1.46º | 0.37% | 0.86% | - |
| XYZ | 43.48 | 35.81 | 28.66 | - |
| YUV | 163.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 138 | 0 | 0.36 | 0.37 | 0.14 | 1.46 | 0.54 | 0.7 |
| Hex | DC | 8C | 8A | 0 | 24 | 25 | E | 1 | 36 | 46 |
| Octal | 334 | 214 | 212 | 0 | 44 | 45 | 16 | 1 | 66 | 106 |
| Binary | 11011100 | 10001100 | 10001010 | 0 | 100100 | 100101 | 1110 | 1 | 110110 | 1000110 |
Color Harmonies of #DC8C8A
Complementary color
Monochromatic Colors of #DC8C8A
Black with #DC8C8A
Text Example
Text Example
White with #DC8C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C8A; }
p { color: rgb(220,140,138); }
H1.HeaderClassName
{
color: #DC8C8A;
}
.AnyTagClassName
{
color: #DC8C8A;
}
</style>
background-color css
<style>
a { background-color: #DC8C8A; }
a { background-color: rgb(220,140,138); }
div.DivClassName
{
background-color: #DC8C8A;
}
.BgClassName
{
background-color: #DC8C8A;
}
</style>
border-color css
<style>
span { border-color: #DC8C8A; }
span { border-color: rgb(220,140,138); }
td.TdClassName
{
border-color: #DC8C8A;
}
.TagClassName
{
border-color: #DC8C8A;
}
</style>