Shades of Petite Orchid #DC9A93
Tints of Petite Orchid #DC9A93
RGB
CMYK
RGB Variations
Color information
#DC9A93 (or 0xDC9A93) is known color: Petite Orchid. HEX triplet: DC, 9A and 93. RGB value is (220,154,147). Sum of RGB (Red+Green+Blue) = 220+154+147=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A93 is #23656C. Grayscale: #ADADAD. Windows color (decimal): -2319725 or 9673436. OLE color: 9673436.
HSL color Cylindrical-coordinate representation of color #DC9A93: hue angle of 5.75º 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 #DC9A93 is Cyan = 0, Magento = 0.3, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 147 | - |
| CMYK | 0 | 0.3 | 0.33 | 0.14 |
| HSL | 5.75º | 0.51% | 0.72% | - |
| HSV(B) | 5.75º | 0.33% | 0.86% | - |
| XYZ | 46.34 | 40.43 | 32.97 | - |
| YUV | 172.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 147 | 0 | 0.3 | 0.33 | 0.14 | 5.75 | 0.51 | 0.72 |
| Hex | DC | 9A | 93 | 0 | 1E | 21 | E | 6 | 33 | 48 |
| Octal | 334 | 232 | 223 | 0 | 36 | 41 | 16 | 6 | 63 | 110 |
| Binary | 11011100 | 10011010 | 10010011 | 0 | 11110 | 100001 | 1110 | 110 | 110011 | 1001000 |
Color Harmonies of #DC9A93
Complementary color
Monochromatic Colors of #DC9A93
Black with #DC9A93
Text Example
Text Example
White with #DC9A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A93; }
p { color: rgb(220,154,147); }
H1.HeaderClassName
{
color: #DC9A93;
}
.AnyTagClassName
{
color: #DC9A93;
}
</style>
background-color css
<style>
a { background-color: #DC9A93; }
a { background-color: rgb(220,154,147); }
div.DivClassName
{
background-color: #DC9A93;
}
.BgClassName
{
background-color: #DC9A93;
}
</style>
border-color css
<style>
span { border-color: #DC9A93; }
span { border-color: rgb(220,154,147); }
td.TdClassName
{
border-color: #DC9A93;
}
.TagClassName
{
border-color: #DC9A93;
}
</style>