Shades of Orchid #E67DDB
Tints of Orchid #E67DDB
RGB
CMYK
RGB Variations
Color information
#E67DDB (or 0xE67DDB) is known color: Orchid. HEX triplet: E6, 7D and DB. RGB value is (230,125,219). Sum of RGB (Red+Green+Blue) = 230+125+219=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E67DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67DDB is #198224. Grayscale: #A6A6A6. Windows color (decimal): -1671717 or 14384614. OLE color: 14384614.
HSL color Cylindrical-coordinate representation of color #E67DDB: hue angle of 306.29º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67DDB is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 219 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.10 |
| HSL | 306.29º | 0.68% | 0.7% | - |
| HSV(B) | 306.29º | 0.46% | 0.9% | - |
| XYZ | 52.75 | 36.6 | 71.3 | - |
| YUV | 167.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 219 | 0 | 0.46 | 0.05 | 0.10 | 306.29 | 0.68 | 0.7 |
| Hex | E6 | 7D | DB | 0 | 2E | 5 | A | 132 | 44 | 46 |
| Octal | 346 | 175 | 333 | 0 | 56 | 5 | 12 | 462 | 104 | 106 |
| Binary | 11100110 | 1111101 | 11011011 | 0 | 101110 | 101 | 1010 | 100110010 | 1000100 | 1000110 |
Color Harmonies of #E67DDB
Complementary color
Monochromatic Colors of #E67DDB
Black with #E67DDB
Text Example
Text Example
White with #E67DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67DDB; }
p { color: rgb(230,125,219); }
H1.HeaderClassName
{
color: #E67DDB;
}
.AnyTagClassName
{
color: #E67DDB;
}
</style>
background-color css
<style>
a { background-color: #E67DDB; }
a { background-color: rgb(230,125,219); }
div.DivClassName
{
background-color: #E67DDB;
}
.BgClassName
{
background-color: #E67DDB;
}
</style>
border-color css
<style>
span { border-color: #E67DDB; }
span { border-color: rgb(230,125,219); }
td.TdClassName
{
border-color: #E67DDB;
}
.TagClassName
{
border-color: #E67DDB;
}
</style>