Shades of Petite Orchid #DC9390
Tints of Petite Orchid #DC9390
RGB
CMYK
RGB Variations
Color information
#DC9390 (or 0xDC9390) is known color: Petite Orchid. HEX triplet: DC, 93 and 90. RGB value is (220,147,144). Sum of RGB (Red+Green+Blue) = 220+147+144=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9390 is #236C6F. Grayscale: #A8A8A8. Windows color (decimal): -2321520 or 9475036. OLE color: 9475036.
HSL color Cylindrical-coordinate representation of color #DC9390: hue angle of 2.37º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC9390 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 144 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.14 |
| HSL | 2.37º | 0.52% | 0.71% | - |
| HSV(B) | 2.37º | 0.35% | 0.86% | - |
| XYZ | 44.98 | 38.1 | 31.37 | - |
| YUV | 168.49 | 114.18 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 144 | 0 | 0.33 | 0.35 | 0.14 | 2.37 | 0.52 | 0.71 |
| Hex | DC | 93 | 90 | 0 | 21 | 23 | E | 2 | 34 | 47 |
| Octal | 334 | 223 | 220 | 0 | 41 | 43 | 16 | 2 | 64 | 107 |
| Binary | 11011100 | 10010011 | 10010000 | 0 | 100001 | 100011 | 1110 | 10 | 110100 | 1000111 |
Color Harmonies of #DC9390
Complementary color
Monochromatic Colors of #DC9390
Black with #DC9390
Text Example
Text Example
White with #DC9390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9390; }
p { color: rgb(220,147,144); }
H1.HeaderClassName
{
color: #DC9390;
}
.AnyTagClassName
{
color: #DC9390;
}
</style>
background-color css
<style>
a { background-color: #DC9390; }
a { background-color: rgb(220,147,144); }
div.DivClassName
{
background-color: #DC9390;
}
.BgClassName
{
background-color: #DC9390;
}
</style>
border-color css
<style>
span { border-color: #DC9390; }
span { border-color: rgb(220,147,144); }
td.TdClassName
{
border-color: #DC9390;
}
.TagClassName
{
border-color: #DC9390;
}
</style>