Shades of Petite Orchid #DC9393
Tints of Petite Orchid #DC9393
RGB
CMYK
RGB Variations
Color information
#DC9393 (or 0xDC9393) is known color: Petite Orchid. HEX triplet: DC, 93 and 93. RGB value is (220,147,147). Sum of RGB (Red+Green+Blue) = 220+147+147=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9393 is #236C6C. Grayscale: #A8A8A8. Windows color (decimal): -2321517 or 9671644. OLE color: 9671644.
HSL color Cylindrical-coordinate representation of color #DC9393: hue angle of 0º 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 #DC9393 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 147 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.14 |
| HSL | 0º | 0.51% | 0.72% | - |
| HSV(B) | 0º | 0.33% | 0.86% | - |
| XYZ | 45.22 | 38.19 | 32.59 | - |
| YUV | 168.83 | 115.68 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 147 | 0 | 0.33 | 0.33 | 0.14 | 0 | 0.51 | 0.72 |
| Hex | DC | 93 | 93 | 0 | 21 | 21 | E | 0 | 33 | 48 |
| Octal | 334 | 223 | 223 | 0 | 41 | 41 | 16 | 0 | 63 | 110 |
| Binary | 11011100 | 10010011 | 10010011 | 0 | 100001 | 100001 | 1110 | 0 | 110011 | 1001000 |
Color Harmonies of #DC9393
Complementary color
Monochromatic Colors of #DC9393
Black with #DC9393
Text Example
Text Example
White with #DC9393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9393; }
p { color: rgb(220,147,147); }
H1.HeaderClassName
{
color: #DC9393;
}
.AnyTagClassName
{
color: #DC9393;
}
</style>
background-color css
<style>
a { background-color: #DC9393; }
a { background-color: rgb(220,147,147); }
div.DivClassName
{
background-color: #DC9393;
}
.BgClassName
{
background-color: #DC9393;
}
</style>
border-color css
<style>
span { border-color: #DC9393; }
span { border-color: rgb(220,147,147); }
td.TdClassName
{
border-color: #DC9393;
}
.TagClassName
{
border-color: #DC9393;
}
</style>