Shades of Petite Orchid #E69C9B
Tints of Petite Orchid #E69C9B
RGB
CMYK
RGB Variations
Color information
#E69C9B (or 0xE69C9B) is known color: Petite Orchid. HEX triplet: E6, 9C and 9B. RGB value is (230,156,155). Sum of RGB (Red+Green+Blue) = 230+156+155=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69C9B is #196364. Grayscale: #B2B2B2. Windows color (decimal): -1663845 or 10198246. OLE color: 10198246.
HSL color Cylindrical-coordinate representation of color #E69C9B: hue angle of 0.8º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69C9B is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 155 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.10 |
| HSL | 0.8º | 0.6% | 0.75% | - |
| HSV(B) | 0.8º | 0.33% | 0.9% | - |
| XYZ | 50.44 | 42.97 | 36.65 | - |
| YUV | 178.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 155 | 0 | 0.32 | 0.33 | 0.10 | 0.8 | 0.6 | 0.75 |
| Hex | E6 | 9C | 9B | 0 | 20 | 21 | A | 1 | 3C | 4B |
| Octal | 346 | 234 | 233 | 0 | 40 | 41 | 12 | 1 | 74 | 113 |
| Binary | 11100110 | 10011100 | 10011011 | 0 | 100000 | 100001 | 1010 | 1 | 111100 | 1001011 |
Color Harmonies of #E69C9B
Complementary color
Monochromatic Colors of #E69C9B
Black with #E69C9B
Text Example
Text Example
White with #E69C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69C9B; }
p { color: rgb(230,156,155); }
H1.HeaderClassName
{
color: #E69C9B;
}
.AnyTagClassName
{
color: #E69C9B;
}
</style>
background-color css
<style>
a { background-color: #E69C9B; }
a { background-color: rgb(230,156,155); }
div.DivClassName
{
background-color: #E69C9B;
}
.BgClassName
{
background-color: #E69C9B;
}
</style>
border-color css
<style>
span { border-color: #E69C9B; }
span { border-color: rgb(230,156,155); }
td.TdClassName
{
border-color: #E69C9B;
}
.TagClassName
{
border-color: #E69C9B;
}
</style>