Shades of Orchid #E067D0
Tints of Orchid #E067D0
RGB
CMYK
RGB Variations
Color information
#E067D0 (or 0xE067D0) is known color: Orchid. HEX triplet: E0, 67 and D0. RGB value is (224,103,208). Sum of RGB (Red+Green+Blue) = 224+103+208=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E067D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067D0 is #1F982F. Grayscale: #969696. Windows color (decimal): -2070576 or 13658080. OLE color: 13658080.
HSL color Cylindrical-coordinate representation of color #E067D0: hue angle of 307.93º 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 #E067D0 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 208 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.12 |
| HSL | 307.93º | 0.66% | 0.64% | - |
| HSV(B) | 307.93º | 0.54% | 0.88% | - |
| XYZ | 46.98 | 30.1 | 63.01 | - |
| YUV | 151.15 | 160.09 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 208 | 0 | 0.54 | 0.07 | 0.12 | 307.93 | 0.66 | 0.64 |
| Hex | E0 | 67 | D0 | 0 | 36 | 7 | C | 134 | 42 | 40 |
| Octal | 340 | 147 | 320 | 0 | 66 | 7 | 14 | 464 | 102 | 100 |
| Binary | 11100000 | 1100111 | 11010000 | 0 | 110110 | 111 | 1100 | 100110100 | 1000010 | 1000000 |
Color Harmonies of #E067D0
Complementary color
Monochromatic Colors of #E067D0
Black with #E067D0
Text Example
Text Example
White with #E067D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E067D0; }
p { color: rgb(224,103,208); }
H1.HeaderClassName
{
color: #E067D0;
}
.AnyTagClassName
{
color: #E067D0;
}
</style>
background-color css
<style>
a { background-color: #E067D0; }
a { background-color: rgb(224,103,208); }
div.DivClassName
{
background-color: #E067D0;
}
.BgClassName
{
background-color: #E067D0;
}
</style>
border-color css
<style>
span { border-color: #E067D0; }
span { border-color: rgb(224,103,208); }
td.TdClassName
{
border-color: #E067D0;
}
.TagClassName
{
border-color: #E067D0;
}
</style>