Shades of Orchid #E67DDD
Tints of Orchid #E67DDD
RGB
CMYK
RGB Variations
Color information
#E67DDD (or 0xE67DDD) is known color: Orchid. HEX triplet: E6, 7D and DD. RGB value is (230,125,221). Sum of RGB (Red+Green+Blue) = 230+125+221=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 125 (49.22% from 255 or 21.70% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E67DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67DDD is #198222. Grayscale: #A7A7A7. Windows color (decimal): -1671715 or 14515686. OLE color: 14515686.
HSL color Cylindrical-coordinate representation of color #E67DDD: hue angle of 305.14º 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 #E67DDD is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 221 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.10 |
| HSL | 305.14º | 0.68% | 0.7% | - |
| HSV(B) | 305.14º | 0.46% | 0.9% | - |
| XYZ | 53.02 | 36.71 | 72.7 | - |
| YUV | 167.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 221 | 0 | 0.46 | 0.04 | 0.10 | 305.14 | 0.68 | 0.7 |
| Hex | E6 | 7D | DD | 0 | 2E | 4 | A | 131 | 44 | 46 |
| Octal | 346 | 175 | 335 | 0 | 56 | 4 | 12 | 461 | 104 | 106 |
| Binary | 11100110 | 1111101 | 11011101 | 0 | 101110 | 100 | 1010 | 100110001 | 1000100 | 1000110 |
Color Harmonies of #E67DDD
Complementary color
Monochromatic Colors of #E67DDD
Black with #E67DDD
Text Example
Text Example
White with #E67DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67DDD; }
p { color: rgb(230,125,221); }
H1.HeaderClassName
{
color: #E67DDD;
}
.AnyTagClassName
{
color: #E67DDD;
}
</style>
background-color css
<style>
a { background-color: #E67DDD; }
a { background-color: rgb(230,125,221); }
div.DivClassName
{
background-color: #E67DDD;
}
.BgClassName
{
background-color: #E67DDD;
}
</style>
border-color css
<style>
span { border-color: #E67DDD; }
span { border-color: rgb(230,125,221); }
td.TdClassName
{
border-color: #E67DDD;
}
.TagClassName
{
border-color: #E67DDD;
}
</style>