Shades of Petite Orchid #DC9B92
Tints of Petite Orchid #DC9B92
RGB
CMYK
RGB Variations
Color information
#DC9B92 (or 0xDC9B92) is known color: Petite Orchid. HEX triplet: DC, 9B and 92. RGB value is (220,155,146). Sum of RGB (Red+Green+Blue) = 220+155+146=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9B92 is #23646D. Grayscale: #ADADAD. Windows color (decimal): -2319470 or 9608156. OLE color: 9608156.
HSL color Cylindrical-coordinate representation of color #DC9B92: hue angle of 7.3º degrees, saturation: 0.51, 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 #DC9B92 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 146 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.14 |
| HSL | 7.3º | 0.51% | 0.72% | - |
| HSV(B) | 7.3º | 0.34% | 0.86% | - |
| XYZ | 46.42 | 40.73 | 32.61 | - |
| YUV | 173.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 146 | 0 | 0.30 | 0.34 | 0.14 | 7.3 | 0.51 | 0.72 |
| Hex | DC | 9B | 92 | 0 | 1E | 22 | E | 7 | 33 | 48 |
| Octal | 334 | 233 | 222 | 0 | 36 | 42 | 16 | 7 | 63 | 110 |
| Binary | 11011100 | 10011011 | 10010010 | 0 | 11110 | 100010 | 1110 | 111 | 110011 | 1001000 |
Color Harmonies of #DC9B92
Complementary color
Monochromatic Colors of #DC9B92
Black with #DC9B92
Text Example
Text Example
White with #DC9B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B92; }
p { color: rgb(220,155,146); }
H1.HeaderClassName
{
color: #DC9B92;
}
.AnyTagClassName
{
color: #DC9B92;
}
</style>
background-color css
<style>
a { background-color: #DC9B92; }
a { background-color: rgb(220,155,146); }
div.DivClassName
{
background-color: #DC9B92;
}
.BgClassName
{
background-color: #DC9B92;
}
</style>
border-color css
<style>
span { border-color: #DC9B92; }
span { border-color: rgb(220,155,146); }
td.TdClassName
{
border-color: #DC9B92;
}
.TagClassName
{
border-color: #DC9B92;
}
</style>