Shades of Petite Orchid #DC9290
Tints of Petite Orchid #DC9290
RGB
CMYK
RGB Variations
Color information
#DC9290 (or 0xDC9290) is known color: Petite Orchid. HEX triplet: DC, 92 and 90. RGB value is (220,146,144). Sum of RGB (Red+Green+Blue) = 220+146+144=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9290 is #236D6F. Grayscale: #A7A7A7. Windows color (decimal): -2321776 or 9474780. OLE color: 9474780.
HSL color Cylindrical-coordinate representation of color #DC9290: hue angle of 1.58º 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 #DC9290 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 144 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.14 |
| HSL | 1.58º | 0.52% | 0.71% | - |
| HSV(B) | 1.58º | 0.35% | 0.86% | - |
| XYZ | 44.83 | 37.79 | 31.32 | - |
| YUV | 167.9 | 114.52 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 144 | 0 | 0.34 | 0.35 | 0.14 | 1.58 | 0.52 | 0.71 |
| Hex | DC | 92 | 90 | 0 | 22 | 23 | E | 2 | 34 | 47 |
| Octal | 334 | 222 | 220 | 0 | 42 | 43 | 16 | 2 | 64 | 107 |
| Binary | 11011100 | 10010010 | 10010000 | 0 | 100010 | 100011 | 1110 | 10 | 110100 | 1000111 |
Color Harmonies of #DC9290
Complementary color
Monochromatic Colors of #DC9290
Black with #DC9290
Text Example
Text Example
White with #DC9290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9290; }
p { color: rgb(220,146,144); }
H1.HeaderClassName
{
color: #DC9290;
}
.AnyTagClassName
{
color: #DC9290;
}
</style>
background-color css
<style>
a { background-color: #DC9290; }
a { background-color: rgb(220,146,144); }
div.DivClassName
{
background-color: #DC9290;
}
.BgClassName
{
background-color: #DC9290;
}
</style>
border-color css
<style>
span { border-color: #DC9290; }
span { border-color: rgb(220,146,144); }
td.TdClassName
{
border-color: #DC9290;
}
.TagClassName
{
border-color: #DC9290;
}
</style>