Shades of Petite Orchid #DE8F8C
Tints of Petite Orchid #DE8F8C
RGB
CMYK
RGB Variations
Color information
#DE8F8C (or 0xDE8F8C) is known color: Petite Orchid. HEX triplet: DE, 8F and 8C. RGB value is (222,143,140). Sum of RGB (Red+Green+Blue) = 222+143+140=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8F8C is #217073. Grayscale: #A6A6A6. Windows color (decimal): -2191476 or 9211870. OLE color: 9211870.
HSL color Cylindrical-coordinate representation of color #DE8F8C: hue angle of 2.2º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE8F8C is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 143 | 140 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.13 |
| HSL | 2.2º | 0.55% | 0.71% | - |
| HSV(B) | 2.2º | 0.37% | 0.87% | - |
| XYZ | 44.68 | 37.07 | 29.61 | - |
| YUV | 166.28 | 113.17 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 143 | 140 | 0 | 0.36 | 0.37 | 0.13 | 2.2 | 0.55 | 0.71 |
| Hex | DE | 8F | 8C | 0 | 24 | 25 | D | 2 | 37 | 47 |
| Octal | 336 | 217 | 214 | 0 | 44 | 45 | 15 | 2 | 67 | 107 |
| Binary | 11011110 | 10001111 | 10001100 | 0 | 100100 | 100101 | 1101 | 10 | 110111 | 1000111 |
Color Harmonies of #DE8F8C
Complementary color
Monochromatic Colors of #DE8F8C
Black with #DE8F8C
Text Example
Text Example
White with #DE8F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8F8C; }
p { color: rgb(222,143,140); }
H1.HeaderClassName
{
color: #DE8F8C;
}
.AnyTagClassName
{
color: #DE8F8C;
}
</style>
background-color css
<style>
a { background-color: #DE8F8C; }
a { background-color: rgb(222,143,140); }
div.DivClassName
{
background-color: #DE8F8C;
}
.BgClassName
{
background-color: #DE8F8C;
}
</style>
border-color css
<style>
span { border-color: #DE8F8C; }
span { border-color: rgb(222,143,140); }
td.TdClassName
{
border-color: #DE8F8C;
}
.TagClassName
{
border-color: #DE8F8C;
}
</style>