Shades of Petite Orchid #DC9E93
Tints of Petite Orchid #DC9E93
RGB
CMYK
RGB Variations
Color information
#DC9E93 (or 0xDC9E93) is known color: Petite Orchid. HEX triplet: DC, 9E and 93. RGB value is (220,158,147). Sum of RGB (Red+Green+Blue) = 220+158+147=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E93 is #23616C. Grayscale: #AFAFAF. Windows color (decimal): -2318701 or 9674460. OLE color: 9674460.
HSL color Cylindrical-coordinate representation of color #DC9E93: hue angle of 9.04º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC9E93 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 147 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.14 |
| HSL | 9.04º | 0.51% | 0.72% | - |
| HSV(B) | 9.04º | 0.33% | 0.86% | - |
| XYZ | 47.01 | 41.78 | 33.19 | - |
| YUV | 175.28 | 112.04 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 147 | 0 | 0.28 | 0.33 | 0.14 | 9.04 | 0.51 | 0.72 |
| Hex | DC | 9E | 93 | 0 | 1C | 21 | E | 9 | 33 | 48 |
| Octal | 334 | 236 | 223 | 0 | 34 | 41 | 16 | 11 | 63 | 110 |
| Binary | 11011100 | 10011110 | 10010011 | 0 | 11100 | 100001 | 1110 | 1001 | 110011 | 1001000 |
Color Harmonies of #DC9E93
Complementary color
Monochromatic Colors of #DC9E93
Black with #DC9E93
Text Example
Text Example
White with #DC9E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E93; }
p { color: rgb(220,158,147); }
H1.HeaderClassName
{
color: #DC9E93;
}
.AnyTagClassName
{
color: #DC9E93;
}
</style>
background-color css
<style>
a { background-color: #DC9E93; }
a { background-color: rgb(220,158,147); }
div.DivClassName
{
background-color: #DC9E93;
}
.BgClassName
{
background-color: #DC9E93;
}
</style>
border-color css
<style>
span { border-color: #DC9E93; }
span { border-color: rgb(220,158,147); }
td.TdClassName
{
border-color: #DC9E93;
}
.TagClassName
{
border-color: #DC9E93;
}
</style>