Shades of Orchid #E067DF
Tints of Orchid #E067DF
RGB
CMYK
RGB Variations
Color information
#E067DF (or 0xE067DF) is known color: Orchid. HEX triplet: E0, 67 and DF. RGB value is (224,103,223). Sum of RGB (Red+Green+Blue) = 224+103+223=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 103 (40.62% from 255 or 18.73% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E067DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067DF is #1F9820. Grayscale: #989898. Windows color (decimal): -2070561 or 14641120. OLE color: 14641120.
HSL color Cylindrical-coordinate representation of color #E067DF: hue angle of 300.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E067DF is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 223 | - |
| CMYK | 0 | 0.54 | 0.00 | 0.12 |
| HSL | 300.5º | 0.66% | 0.64% | - |
| HSV(B) | 300.5º | 0.54% | 0.88% | - |
| XYZ | 48.91 | 30.88 | 73.19 | - |
| YUV | 152.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 223 | 0 | 0.54 | 0.00 | 0.12 | 300.5 | 0.66 | 0.64 |
| Hex | E0 | 67 | DF | 0 | 36 | 0 | C | 12C | 42 | 40 |
| Octal | 340 | 147 | 337 | 0 | 66 | 0 | 14 | 454 | 102 | 100 |
| Binary | 11100000 | 1100111 | 11011111 | 0 | 110110 | 0 | 1100 | 100101100 | 1000010 | 1000000 |
Color Harmonies of #E067DF
Complementary color
Monochromatic Colors of #E067DF
Black with #E067DF
Text Example
Text Example
White with #E067DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E067DF; }
p { color: rgb(224,103,223); }
H1.HeaderClassName
{
color: #E067DF;
}
.AnyTagClassName
{
color: #E067DF;
}
</style>
background-color css
<style>
a { background-color: #E067DF; }
a { background-color: rgb(224,103,223); }
div.DivClassName
{
background-color: #E067DF;
}
.BgClassName
{
background-color: #E067DF;
}
</style>
border-color css
<style>
span { border-color: #E067DF; }
span { border-color: rgb(224,103,223); }
td.TdClassName
{
border-color: #E067DF;
}
.TagClassName
{
border-color: #E067DF;
}
</style>