Shades of Orchid #E067DB
Tints of Orchid #E067DB
RGB
CMYK
RGB Variations
Color information
#E067DB (or 0xE067DB) is known color: Orchid. HEX triplet: E0, 67 and DB. RGB value is (224,103,219). Sum of RGB (Red+Green+Blue) = 224+103+219=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 103 (40.62% from 255 or 18.86% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E067DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067DB is #1F9824. Grayscale: #989898. Windows color (decimal): -2070565 or 14378976. OLE color: 14378976.
HSL color Cylindrical-coordinate representation of color #E067DB: hue angle of 302.48º 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 #E067DB is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 219 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.12 |
| HSL | 302.48º | 0.66% | 0.64% | - |
| HSV(B) | 302.48º | 0.54% | 0.88% | - |
| XYZ | 48.38 | 30.66 | 70.39 | - |
| YUV | 152.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 219 | 0 | 0.54 | 0.02 | 0.12 | 302.48 | 0.66 | 0.64 |
| Hex | E0 | 67 | DB | 0 | 36 | 2 | C | 12E | 42 | 40 |
| Octal | 340 | 147 | 333 | 0 | 66 | 2 | 14 | 456 | 102 | 100 |
| Binary | 11100000 | 1100111 | 11011011 | 0 | 110110 | 10 | 1100 | 100101110 | 1000010 | 1000000 |
Color Harmonies of #E067DB
Complementary color
Monochromatic Colors of #E067DB
Black with #E067DB
Text Example
Text Example
White with #E067DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E067DB; }
p { color: rgb(224,103,219); }
H1.HeaderClassName
{
color: #E067DB;
}
.AnyTagClassName
{
color: #E067DB;
}
</style>
background-color css
<style>
a { background-color: #E067DB; }
a { background-color: rgb(224,103,219); }
div.DivClassName
{
background-color: #E067DB;
}
.BgClassName
{
background-color: #E067DB;
}
</style>
border-color css
<style>
span { border-color: #E067DB; }
span { border-color: rgb(224,103,219); }
td.TdClassName
{
border-color: #E067DB;
}
.TagClassName
{
border-color: #E067DB;
}
</style>