Shades of Petite Orchid #DE978B
Tints of Petite Orchid #DE978B
RGB
CMYK
RGB Variations
Color information
#DE978B (or 0xDE978B) is known color: Petite Orchid. HEX triplet: DE, 97 and 8B. RGB value is (222,151,139). Sum of RGB (Red+Green+Blue) = 222+151+139=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE978B is #216874. Grayscale: #AAAAAA. Windows color (decimal): -2189429 or 9148382. OLE color: 9148382.
HSL color Cylindrical-coordinate representation of color #DE978B: hue angle of 8.67º degrees, saturation: 0.56, 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 #DE978B is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 151 | 139 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.13 |
| HSL | 8.67º | 0.56% | 0.71% | - |
| HSV(B) | 8.67º | 0.37% | 0.87% | - |
| XYZ | 45.85 | 39.53 | 29.64 | - |
| YUV | 170.86 | 110.02 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 151 | 139 | 0 | 0.32 | 0.37 | 0.13 | 8.67 | 0.56 | 0.71 |
| Hex | DE | 97 | 8B | 0 | 20 | 25 | D | 9 | 38 | 47 |
| Octal | 336 | 227 | 213 | 0 | 40 | 45 | 15 | 11 | 70 | 107 |
| Binary | 11011110 | 10010111 | 10001011 | 0 | 100000 | 100101 | 1101 | 1001 | 111000 | 1000111 |
Color Harmonies of #DE978B
Complementary color
Monochromatic Colors of #DE978B
Black with #DE978B
Text Example
Text Example
White with #DE978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE978B; }
p { color: rgb(222,151,139); }
H1.HeaderClassName
{
color: #DE978B;
}
.AnyTagClassName
{
color: #DE978B;
}
</style>
background-color css
<style>
a { background-color: #DE978B; }
a { background-color: rgb(222,151,139); }
div.DivClassName
{
background-color: #DE978B;
}
.BgClassName
{
background-color: #DE978B;
}
</style>
border-color css
<style>
span { border-color: #DE978B; }
span { border-color: rgb(222,151,139); }
td.TdClassName
{
border-color: #DE978B;
}
.TagClassName
{
border-color: #DE978B;
}
</style>