Shades of Petite Orchid #DE9694
Tints of Petite Orchid #DE9694
RGB
CMYK
RGB Variations
Color information
#DE9694 (or 0xDE9694) is known color: Petite Orchid. HEX triplet: DE, 96 and 94. RGB value is (222,150,148). Sum of RGB (Red+Green+Blue) = 222+150+148=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9694 is #21696B. Grayscale: #ABABAB. Windows color (decimal): -2189676 or 9737950. OLE color: 9737950.
HSL color Cylindrical-coordinate representation of color #DE9694: hue angle of 1.62º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE9694 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 150 | 148 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.13 |
| HSL | 1.62º | 0.53% | 0.73% | - |
| HSV(B) | 1.62º | 0.33% | 0.87% | - |
| XYZ | 46.38 | 39.48 | 33.19 | - |
| YUV | 171.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 148 | 0 | 0.32 | 0.33 | 0.13 | 1.62 | 0.53 | 0.73 |
| Hex | DE | 96 | 94 | 0 | 20 | 21 | D | 2 | 35 | 49 |
| Octal | 336 | 226 | 224 | 0 | 40 | 41 | 15 | 2 | 65 | 111 |
| Binary | 11011110 | 10010110 | 10010100 | 0 | 100000 | 100001 | 1101 | 10 | 110101 | 1001001 |
Color Harmonies of #DE9694
Complementary color
Monochromatic Colors of #DE9694
Black with #DE9694
Text Example
Text Example
White with #DE9694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9694; }
p { color: rgb(222,150,148); }
H1.HeaderClassName
{
color: #DE9694;
}
.AnyTagClassName
{
color: #DE9694;
}
</style>
background-color css
<style>
a { background-color: #DE9694; }
a { background-color: rgb(222,150,148); }
div.DivClassName
{
background-color: #DE9694;
}
.BgClassName
{
background-color: #DE9694;
}
</style>
border-color css
<style>
span { border-color: #DE9694; }
span { border-color: rgb(222,150,148); }
td.TdClassName
{
border-color: #DE9694;
}
.TagClassName
{
border-color: #DE9694;
}
</style>