Shades of Petite Orchid #DC9291
Tints of Petite Orchid #DC9291
RGB
CMYK
RGB Variations
Color information
#DC9291 (or 0xDC9291) is known color: Petite Orchid. HEX triplet: DC, 92 and 91. RGB value is (220,146,145). Sum of RGB (Red+Green+Blue) = 220+146+145=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9291 is #236D6E. Grayscale: #A8A8A8. Windows color (decimal): -2321775 or 9540316. OLE color: 9540316.
HSL color Cylindrical-coordinate representation of color #DC9291: hue angle of 0.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9291 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 145 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.14 |
| HSL | 0.8º | 0.52% | 0.72% | - |
| HSV(B) | 0.8º | 0.34% | 0.86% | - |
| XYZ | 44.9 | 37.82 | 31.72 | - |
| YUV | 168.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 145 | 0 | 0.34 | 0.34 | 0.14 | 0.8 | 0.52 | 0.72 |
| Hex | DC | 92 | 91 | 0 | 22 | 22 | E | 1 | 34 | 48 |
| Octal | 334 | 222 | 221 | 0 | 42 | 42 | 16 | 1 | 64 | 110 |
| Binary | 11011100 | 10010010 | 10010001 | 0 | 100010 | 100010 | 1110 | 1 | 110100 | 1001000 |
Color Harmonies of #DC9291
Complementary color
Monochromatic Colors of #DC9291
Black with #DC9291
Text Example
Text Example
White with #DC9291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9291; }
p { color: rgb(220,146,145); }
H1.HeaderClassName
{
color: #DC9291;
}
.AnyTagClassName
{
color: #DC9291;
}
</style>
background-color css
<style>
a { background-color: #DC9291; }
a { background-color: rgb(220,146,145); }
div.DivClassName
{
background-color: #DC9291;
}
.BgClassName
{
background-color: #DC9291;
}
</style>
border-color css
<style>
span { border-color: #DC9291; }
span { border-color: rgb(220,146,145); }
td.TdClassName
{
border-color: #DC9291;
}
.TagClassName
{
border-color: #DC9291;
}
</style>