Shades of Petite Orchid #DC9D90
Tints of Petite Orchid #DC9D90
RGB
CMYK
RGB Variations
Color information
#DC9D90 (or 0xDC9D90) is known color: Petite Orchid. HEX triplet: DC, 9D and 90. RGB value is (220,157,144). Sum of RGB (Red+Green+Blue) = 220+157+144=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D90 is #23626F. Grayscale: #AEAEAE. Windows color (decimal): -2318960 or 9477596. OLE color: 9477596.
HSL color Cylindrical-coordinate representation of color #DC9D90: hue angle of 10.26º 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 #DC9D90 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 144 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.14 |
| HSL | 10.26º | 0.52% | 0.71% | - |
| HSV(B) | 10.26º | 0.35% | 0.86% | - |
| XYZ | 46.61 | 41.34 | 31.91 | - |
| YUV | 174.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 144 | 0 | 0.29 | 0.35 | 0.14 | 10.26 | 0.52 | 0.71 |
| Hex | DC | 9D | 90 | 0 | 1D | 23 | E | A | 34 | 47 |
| Octal | 334 | 235 | 220 | 0 | 35 | 43 | 16 | 12 | 64 | 107 |
| Binary | 11011100 | 10011101 | 10010000 | 0 | 11101 | 100011 | 1110 | 1010 | 110100 | 1000111 |
Color Harmonies of #DC9D90
Complementary color
Monochromatic Colors of #DC9D90
Black with #DC9D90
Text Example
Text Example
White with #DC9D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D90; }
p { color: rgb(220,157,144); }
H1.HeaderClassName
{
color: #DC9D90;
}
.AnyTagClassName
{
color: #DC9D90;
}
</style>
background-color css
<style>
a { background-color: #DC9D90; }
a { background-color: rgb(220,157,144); }
div.DivClassName
{
background-color: #DC9D90;
}
.BgClassName
{
background-color: #DC9D90;
}
</style>
border-color css
<style>
span { border-color: #DC9D90; }
span { border-color: rgb(220,157,144); }
td.TdClassName
{
border-color: #DC9D90;
}
.TagClassName
{
border-color: #DC9D90;
}
</style>