Shades of Orchid #E56ACF
Tints of Orchid #E56ACF
RGB
CMYK
RGB Variations
Color information
#E56ACF (or 0xE56ACF) is known color: Orchid. HEX triplet: E5, 6A and CF. RGB value is (229,106,207). Sum of RGB (Red+Green+Blue) = 229+106+207=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E56ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56ACF is #1A9530. Grayscale: #9A9A9A. Windows color (decimal): -1742129 or 13593317. OLE color: 13593317.
HSL color Cylindrical-coordinate representation of color #E56ACF: hue angle of 310.73º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56ACF is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 207 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.10 |
| HSL | 310.73º | 0.7% | 0.66% | - |
| HSV(B) | 310.73º | 0.54% | 0.9% | - |
| XYZ | 48.73 | 31.47 | 62.54 | - |
| YUV | 154.29 | 157.75 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 207 | 0 | 0.54 | 0.10 | 0.10 | 310.73 | 0.7 | 0.66 |
| Hex | E5 | 6A | CF | 0 | 36 | A | A | 137 | 46 | 42 |
| Octal | 345 | 152 | 317 | 0 | 66 | 12 | 12 | 467 | 106 | 102 |
| Binary | 11100101 | 1101010 | 11001111 | 0 | 110110 | 1010 | 1010 | 100110111 | 1000110 | 1000010 |
Color Harmonies of #E56ACF
Complementary color
Monochromatic Colors of #E56ACF
Black with #E56ACF
Text Example
Text Example
White with #E56ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56ACF; }
p { color: rgb(229,106,207); }
H1.HeaderClassName
{
color: #E56ACF;
}
.AnyTagClassName
{
color: #E56ACF;
}
</style>
background-color css
<style>
a { background-color: #E56ACF; }
a { background-color: rgb(229,106,207); }
div.DivClassName
{
background-color: #E56ACF;
}
.BgClassName
{
background-color: #E56ACF;
}
</style>
border-color css
<style>
span { border-color: #E56ACF; }
span { border-color: rgb(229,106,207); }
td.TdClassName
{
border-color: #E56ACF;
}
.TagClassName
{
border-color: #E56ACF;
}
</style>