Shades of Orchid #E67CDB
Tints of Orchid #E67CDB
RGB
CMYK
RGB Variations
Color information
#E67CDB (or 0xE67CDB) is known color: Orchid. HEX triplet: E6, 7C and DB. RGB value is (230,124,219). Sum of RGB (Red+Green+Blue) = 230+124+219=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CDB is #198324. Grayscale: #A6A6A6. Windows color (decimal): -1671973 or 14384358. OLE color: 14384358.
HSL color Cylindrical-coordinate representation of color #E67CDB: hue angle of 306.23º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67CDB is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 219 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.10 |
| HSL | 306.23º | 0.68% | 0.69% | - |
| HSV(B) | 306.23º | 0.46% | 0.9% | - |
| XYZ | 52.63 | 36.35 | 71.26 | - |
| YUV | 166.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 219 | 0 | 0.46 | 0.05 | 0.10 | 306.23 | 0.68 | 0.69 |
| Hex | E6 | 7C | DB | 0 | 2E | 5 | A | 132 | 44 | 45 |
| Octal | 346 | 174 | 333 | 0 | 56 | 5 | 12 | 462 | 104 | 105 |
| Binary | 11100110 | 1111100 | 11011011 | 0 | 101110 | 101 | 1010 | 100110010 | 1000100 | 1000101 |
Color Harmonies of #E67CDB
Complementary color
Monochromatic Colors of #E67CDB
Black with #E67CDB
Text Example
Text Example
White with #E67CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67CDB; }
p { color: rgb(230,124,219); }
H1.HeaderClassName
{
color: #E67CDB;
}
.AnyTagClassName
{
color: #E67CDB;
}
</style>
background-color css
<style>
a { background-color: #E67CDB; }
a { background-color: rgb(230,124,219); }
div.DivClassName
{
background-color: #E67CDB;
}
.BgClassName
{
background-color: #E67CDB;
}
</style>
border-color css
<style>
span { border-color: #E67CDB; }
span { border-color: rgb(230,124,219); }
td.TdClassName
{
border-color: #E67CDB;
}
.TagClassName
{
border-color: #E67CDB;
}
</style>