Shades of Orchid #E167DB
Tints of Orchid #E167DB
RGB
CMYK
RGB Variations
Color information
#E167DB (or 0xE167DB) is known color: Orchid. HEX triplet: E1, 67 and DB. RGB value is (225,103,219). Sum of RGB (Red+Green+Blue) = 225+103+219=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 103 (40.62% from 255 or 18.83% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E167DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E167DB is #1E9824. Grayscale: #989898. Windows color (decimal): -2005029 or 14378977. OLE color: 14378977.
HSL color Cylindrical-coordinate representation of color #E167DB: hue angle of 302.95º degrees, saturation: 0.67, 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 #E167DB is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 219 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.12 |
| HSL | 302.95º | 0.67% | 0.64% | - |
| HSV(B) | 302.95º | 0.54% | 0.88% | - |
| XYZ | 48.69 | 30.82 | 70.4 | - |
| YUV | 152.7 | 165.42 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 219 | 0 | 0.54 | 0.03 | 0.12 | 302.95 | 0.67 | 0.64 |
| Hex | E1 | 67 | DB | 0 | 36 | 3 | C | 12F | 43 | 40 |
| Octal | 341 | 147 | 333 | 0 | 66 | 3 | 14 | 457 | 103 | 100 |
| Binary | 11100001 | 1100111 | 11011011 | 0 | 110110 | 11 | 1100 | 100101111 | 1000011 | 1000000 |
Color Harmonies of #E167DB
Complementary color
Monochromatic Colors of #E167DB
Black with #E167DB
Text Example
Text Example
White with #E167DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E167DB; }
p { color: rgb(225,103,219); }
H1.HeaderClassName
{
color: #E167DB;
}
.AnyTagClassName
{
color: #E167DB;
}
</style>
background-color css
<style>
a { background-color: #E167DB; }
a { background-color: rgb(225,103,219); }
div.DivClassName
{
background-color: #E167DB;
}
.BgClassName
{
background-color: #E167DB;
}
</style>
border-color css
<style>
span { border-color: #E167DB; }
span { border-color: rgb(225,103,219); }
td.TdClassName
{
border-color: #E167DB;
}
.TagClassName
{
border-color: #E167DB;
}
</style>