Shades of Orchid #E06FDF
Tints of Orchid #E06FDF
RGB
CMYK
RGB Variations
Color information
#E06FDF (or 0xE06FDF) is known color: Orchid. HEX triplet: E0, 6F and DF. RGB value is (224,111,223). Sum of RGB (Red+Green+Blue) = 224+111+223=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06FDF is #1F9020. Grayscale: #9D9D9D. Windows color (decimal): -2068513 or 14643168. OLE color: 14643168.
HSL color Cylindrical-coordinate representation of color #E06FDF: hue angle of 300.53º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E06FDF is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 223 | - |
| CMYK | 0 | 0.50 | 0.00 | 0.12 |
| HSL | 300.53º | 0.65% | 0.66% | - |
| HSV(B) | 300.53º | 0.5% | 0.88% | - |
| XYZ | 49.74 | 32.54 | 73.47 | - |
| YUV | 157.56 | 164.94 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 223 | 0 | 0.50 | 0.00 | 0.12 | 300.53 | 0.65 | 0.66 |
| Hex | E0 | 6F | DF | 0 | 32 | 0 | C | 12D | 41 | 42 |
| Octal | 340 | 157 | 337 | 0 | 62 | 0 | 14 | 455 | 101 | 102 |
| Binary | 11100000 | 1101111 | 11011111 | 0 | 110010 | 0 | 1100 | 100101101 | 1000001 | 1000010 |
Color Harmonies of #E06FDF
Complementary color
Monochromatic Colors of #E06FDF
Black with #E06FDF
Text Example
Text Example
White with #E06FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FDF; }
p { color: rgb(224,111,223); }
H1.HeaderClassName
{
color: #E06FDF;
}
.AnyTagClassName
{
color: #E06FDF;
}
</style>
background-color css
<style>
a { background-color: #E06FDF; }
a { background-color: rgb(224,111,223); }
div.DivClassName
{
background-color: #E06FDF;
}
.BgClassName
{
background-color: #E06FDF;
}
</style>
border-color css
<style>
span { border-color: #E06FDF; }
span { border-color: rgb(224,111,223); }
td.TdClassName
{
border-color: #E06FDF;
}
.TagClassName
{
border-color: #E06FDF;
}
</style>