Shades of Petite Orchid #DE9486
Tints of Petite Orchid #DE9486
RGB
CMYK
RGB Variations
Color information
#DE9486 (or 0xDE9486) is known color: Petite Orchid. HEX triplet: DE, 94 and 86. RGB value is (222,148,134). Sum of RGB (Red+Green+Blue) = 222+148+134=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9486 is #216B79. Grayscale: #A8A8A8. Windows color (decimal): -2190202 or 8819934. OLE color: 8819934.
HSL color Cylindrical-coordinate representation of color #DE9486: hue angle of 9.55º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE9486 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 148 | 134 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.13 |
| HSL | 9.55º | 0.57% | 0.7% | - |
| HSV(B) | 9.55º | 0.4% | 0.87% | - |
| XYZ | 45.02 | 38.43 | 27.6 | - |
| YUV | 168.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 148 | 134 | 0 | 0.33 | 0.40 | 0.13 | 9.55 | 0.57 | 0.7 |
| Hex | DE | 94 | 86 | 0 | 21 | 28 | D | A | 39 | 46 |
| Octal | 336 | 224 | 206 | 0 | 41 | 50 | 15 | 12 | 71 | 106 |
| Binary | 11011110 | 10010100 | 10000110 | 0 | 100001 | 101000 | 1101 | 1010 | 111001 | 1000110 |
Color Harmonies of #DE9486
Complementary color
Monochromatic Colors of #DE9486
Black with #DE9486
Text Example
Text Example
White with #DE9486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9486; }
p { color: rgb(222,148,134); }
H1.HeaderClassName
{
color: #DE9486;
}
.AnyTagClassName
{
color: #DE9486;
}
</style>
background-color css
<style>
a { background-color: #DE9486; }
a { background-color: rgb(222,148,134); }
div.DivClassName
{
background-color: #DE9486;
}
.BgClassName
{
background-color: #DE9486;
}
</style>
border-color css
<style>
span { border-color: #DE9486; }
span { border-color: rgb(222,148,134); }
td.TdClassName
{
border-color: #DE9486;
}
.TagClassName
{
border-color: #DE9486;
}
</style>