Shades of Petite Orchid #E3978C
Tints of Petite Orchid #E3978C
RGB
CMYK
RGB Variations
Color information
#E3978C (or 0xE3978C) is known color: Petite Orchid. HEX triplet: E3, 97 and 8C. RGB value is (227,151,140). Sum of RGB (Red+Green+Blue) = 227+151+140=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 227 - color contains mainly: red. Hex color #E3978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3978C is #1C6873. Grayscale: #ACACAC. Windows color (decimal): -1861748 or 9213923. OLE color: 9213923.
HSL color Cylindrical-coordinate representation of color #E3978C: hue angle of 7.59º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E3978C is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 151 | 140 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.11 |
| HSL | 7.59º | 0.61% | 0.72% | - |
| HSV(B) | 7.59º | 0.38% | 0.89% | - |
| XYZ | 47.48 | 40.36 | 30.1 | - |
| YUV | 172.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 151 | 140 | 0 | 0.33 | 0.38 | 0.11 | 7.59 | 0.61 | 0.72 |
| Hex | E3 | 97 | 8C | 0 | 21 | 26 | B | 8 | 3D | 48 |
| Octal | 343 | 227 | 214 | 0 | 41 | 46 | 13 | 10 | 75 | 110 |
| Binary | 11100011 | 10010111 | 10001100 | 0 | 100001 | 100110 | 1011 | 1000 | 111101 | 1001000 |
Color Harmonies of #E3978C
Complementary color
Monochromatic Colors of #E3978C
Black with #E3978C
Text Example
Text Example
White with #E3978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3978C; }
p { color: rgb(227,151,140); }
H1.HeaderClassName
{
color: #E3978C;
}
.AnyTagClassName
{
color: #E3978C;
}
</style>
background-color css
<style>
a { background-color: #E3978C; }
a { background-color: rgb(227,151,140); }
div.DivClassName
{
background-color: #E3978C;
}
.BgClassName
{
background-color: #E3978C;
}
</style>
border-color css
<style>
span { border-color: #E3978C; }
span { border-color: rgb(227,151,140); }
td.TdClassName
{
border-color: #E3978C;
}
.TagClassName
{
border-color: #E3978C;
}
</style>