Shades of Petite Orchid #DC9D93
Tints of Petite Orchid #DC9D93
RGB
CMYK
RGB Variations
Color information
#DC9D93 (or 0xDC9D93) is known color: Petite Orchid. HEX triplet: DC, 9D and 93. RGB value is (220,157,147). Sum of RGB (Red+Green+Blue) = 220+157+147=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D93 is #23626C. Grayscale: #AEAEAE. Windows color (decimal): -2318957 or 9674204. OLE color: 9674204.
HSL color Cylindrical-coordinate representation of color #DC9D93: hue angle of 8.22º 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 #DC9D93 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 147 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.14 |
| HSL | 8.22º | 0.51% | 0.72% | - |
| HSV(B) | 8.22º | 0.33% | 0.86% | - |
| XYZ | 46.84 | 41.44 | 33.13 | - |
| YUV | 174.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 147 | 0 | 0.29 | 0.33 | 0.14 | 8.22 | 0.51 | 0.72 |
| Hex | DC | 9D | 93 | 0 | 1D | 21 | E | 8 | 33 | 48 |
| Octal | 334 | 235 | 223 | 0 | 35 | 41 | 16 | 10 | 63 | 110 |
| Binary | 11011100 | 10011101 | 10010011 | 0 | 11101 | 100001 | 1110 | 1000 | 110011 | 1001000 |
Color Harmonies of #DC9D93
Complementary color
Monochromatic Colors of #DC9D93
Black with #DC9D93
Text Example
Text Example
White with #DC9D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D93; }
p { color: rgb(220,157,147); }
H1.HeaderClassName
{
color: #DC9D93;
}
.AnyTagClassName
{
color: #DC9D93;
}
</style>
background-color css
<style>
a { background-color: #DC9D93; }
a { background-color: rgb(220,157,147); }
div.DivClassName
{
background-color: #DC9D93;
}
.BgClassName
{
background-color: #DC9D93;
}
</style>
border-color css
<style>
span { border-color: #DC9D93; }
span { border-color: rgb(220,157,147); }
td.TdClassName
{
border-color: #DC9D93;
}
.TagClassName
{
border-color: #DC9D93;
}
</style>