Shades of Orchid #E06ADF
Tints of Orchid #E06ADF
RGB
CMYK
RGB Variations
Color information
#E06ADF (or 0xE06ADF) is known color: Orchid. HEX triplet: E0, 6A and DF. RGB value is (224,106,223). Sum of RGB (Red+Green+Blue) = 224+106+223=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ADF is #1F9520. Grayscale: #9A9A9A. Windows color (decimal): -2069793 or 14641888. OLE color: 14641888.
HSL color Cylindrical-coordinate representation of color #E06ADF: hue angle of 300.51º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06ADF is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 223 | - |
| CMYK | 0 | 0.53 | 0.00 | 0.12 |
| HSL | 300.51º | 0.66% | 0.65% | - |
| HSV(B) | 300.51º | 0.53% | 0.88% | - |
| XYZ | 49.21 | 31.48 | 73.3 | - |
| YUV | 154.62 | 166.59 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 223 | 0 | 0.53 | 0.00 | 0.12 | 300.51 | 0.66 | 0.65 |
| Hex | E0 | 6A | DF | 0 | 35 | 0 | C | 12D | 42 | 41 |
| Octal | 340 | 152 | 337 | 0 | 65 | 0 | 14 | 455 | 102 | 101 |
| Binary | 11100000 | 1101010 | 11011111 | 0 | 110101 | 0 | 1100 | 100101101 | 1000010 | 1000001 |
Color Harmonies of #E06ADF
Complementary color
Monochromatic Colors of #E06ADF
Black with #E06ADF
Text Example
Text Example
White with #E06ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06ADF; }
p { color: rgb(224,106,223); }
H1.HeaderClassName
{
color: #E06ADF;
}
.AnyTagClassName
{
color: #E06ADF;
}
</style>
background-color css
<style>
a { background-color: #E06ADF; }
a { background-color: rgb(224,106,223); }
div.DivClassName
{
background-color: #E06ADF;
}
.BgClassName
{
background-color: #E06ADF;
}
</style>
border-color css
<style>
span { border-color: #E06ADF; }
span { border-color: rgb(224,106,223); }
td.TdClassName
{
border-color: #E06ADF;
}
.TagClassName
{
border-color: #E06ADF;
}
</style>