Shades of Petite Orchid #DE968C
Tints of Petite Orchid #DE968C
RGB
CMYK
RGB Variations
Color information
#DE968C (or 0xDE968C) is known color: Petite Orchid. HEX triplet: DE, 96 and 8C. RGB value is (222,150,140). Sum of RGB (Red+Green+Blue) = 222+150+140=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE968C is #216973. Grayscale: #AAAAAA. Windows color (decimal): -2189684 or 9213662. OLE color: 9213662.
HSL color Cylindrical-coordinate representation of color #DE968C: hue angle of 7.32º 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 #DE968C is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 150 | 140 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.13 |
| HSL | 7.32º | 0.55% | 0.71% | - |
| HSV(B) | 7.32º | 0.37% | 0.87% | - |
| XYZ | 45.76 | 39.24 | 29.97 | - |
| YUV | 170.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 140 | 0 | 0.32 | 0.37 | 0.13 | 7.32 | 0.55 | 0.71 |
| Hex | DE | 96 | 8C | 0 | 20 | 25 | D | 7 | 37 | 47 |
| Octal | 336 | 226 | 214 | 0 | 40 | 45 | 15 | 7 | 67 | 107 |
| Binary | 11011110 | 10010110 | 10001100 | 0 | 100000 | 100101 | 1101 | 111 | 110111 | 1000111 |
Color Harmonies of #DE968C
Complementary color
Monochromatic Colors of #DE968C
Black with #DE968C
Text Example
Text Example
White with #DE968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE968C; }
p { color: rgb(222,150,140); }
H1.HeaderClassName
{
color: #DE968C;
}
.AnyTagClassName
{
color: #DE968C;
}
</style>
background-color css
<style>
a { background-color: #DE968C; }
a { background-color: rgb(222,150,140); }
div.DivClassName
{
background-color: #DE968C;
}
.BgClassName
{
background-color: #DE968C;
}
</style>
border-color css
<style>
span { border-color: #DE968C; }
span { border-color: rgb(222,150,140); }
td.TdClassName
{
border-color: #DE968C;
}
.TagClassName
{
border-color: #DE968C;
}
</style>