Shades of Petite Orchid #DC8E89
Tints of Petite Orchid #DC8E89
RGB
CMYK
RGB Variations
Color information
#DC8E89 (or 0xDC8E89) is known color: Petite Orchid. HEX triplet: DC, 8E and 89. RGB value is (220,142,137). Sum of RGB (Red+Green+Blue) = 220+142+137=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8E89 is #237176. Grayscale: #A4A4A4. Windows color (decimal): -2322807 or 9015004. OLE color: 9015004.
HSL color Cylindrical-coordinate representation of color #DC8E89: hue angle of 3.61º degrees, saturation: 0.54, 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 #DC8E89 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 142 | 137 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.14 |
| HSL | 3.61º | 0.54% | 0.7% | - |
| HSV(B) | 3.61º | 0.38% | 0.86% | - |
| XYZ | 43.7 | 36.37 | 28.38 | - |
| YUV | 164.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 137 | 0 | 0.35 | 0.38 | 0.14 | 3.61 | 0.54 | 0.7 |
| Hex | DC | 8E | 89 | 0 | 23 | 26 | E | 4 | 36 | 46 |
| Octal | 334 | 216 | 211 | 0 | 43 | 46 | 16 | 4 | 66 | 106 |
| Binary | 11011100 | 10001110 | 10001001 | 0 | 100011 | 100110 | 1110 | 100 | 110110 | 1000110 |
Color Harmonies of #DC8E89
Complementary color
Monochromatic Colors of #DC8E89
Black with #DC8E89
Text Example
Text Example
White with #DC8E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8E89; }
p { color: rgb(220,142,137); }
H1.HeaderClassName
{
color: #DC8E89;
}
.AnyTagClassName
{
color: #DC8E89;
}
</style>
background-color css
<style>
a { background-color: #DC8E89; }
a { background-color: rgb(220,142,137); }
div.DivClassName
{
background-color: #DC8E89;
}
.BgClassName
{
background-color: #DC8E89;
}
</style>
border-color css
<style>
span { border-color: #DC8E89; }
span { border-color: rgb(220,142,137); }
td.TdClassName
{
border-color: #DC8E89;
}
.TagClassName
{
border-color: #DC8E89;
}
</style>