Shades of Petite Orchid #E6A096
Tints of Petite Orchid #E6A096
RGB
CMYK
RGB Variations
Color information
#E6A096 (or 0xE6A096) is known color: Petite Orchid. HEX triplet: E6, A0 and 96. RGB value is (230,160,150). Sum of RGB (Red+Green+Blue) = 230+160+150=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A096 is #195F69. Grayscale: #B3B3B3. Windows color (decimal): -1662826 or 9871590. OLE color: 9871590.
HSL color Cylindrical-coordinate representation of color #E6A096: hue angle of 7.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6A096 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 150 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.10 |
| HSL | 7.5º | 0.62% | 0.75% | - |
| HSV(B) | 7.5º | 0.35% | 0.9% | - |
| XYZ | 50.71 | 44.17 | 34.71 | - |
| YUV | 179.79 | 111.19 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 150 | 0 | 0.30 | 0.35 | 0.10 | 7.5 | 0.62 | 0.75 |
| Hex | E6 | A0 | 96 | 0 | 1E | 23 | A | 8 | 3E | 4B |
| Octal | 346 | 240 | 226 | 0 | 36 | 43 | 12 | 10 | 76 | 113 |
| Binary | 11100110 | 10100000 | 10010110 | 0 | 11110 | 100011 | 1010 | 1000 | 111110 | 1001011 |
Color Harmonies of #E6A096
Complementary color
Monochromatic Colors of #E6A096
Black with #E6A096
Text Example
Text Example
White with #E6A096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A096; }
p { color: rgb(230,160,150); }
H1.HeaderClassName
{
color: #E6A096;
}
.AnyTagClassName
{
color: #E6A096;
}
</style>
background-color css
<style>
a { background-color: #E6A096; }
a { background-color: rgb(230,160,150); }
div.DivClassName
{
background-color: #E6A096;
}
.BgClassName
{
background-color: #E6A096;
}
</style>
border-color css
<style>
span { border-color: #E6A096; }
span { border-color: rgb(230,160,150); }
td.TdClassName
{
border-color: #E6A096;
}
.TagClassName
{
border-color: #E6A096;
}
</style>