Shades of Orchid #E67ECD
Tints of Orchid #E67ECD
RGB
CMYK
RGB Variations
Color information
#E67ECD (or 0xE67ECD) is known color: Orchid. HEX triplet: E6, 7E and CD. RGB value is (230,126,205). Sum of RGB (Red+Green+Blue) = 230+126+205=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ECD is #198132. Grayscale: #A5A5A5. Windows color (decimal): -1671475 or 13467366. OLE color: 13467366.
HSL color Cylindrical-coordinate representation of color #E67ECD: hue angle of 314.42º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E67ECD is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 126 | 205 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.10 |
| HSL | 314.42º | 0.68% | 0.7% | - |
| HSV(B) | 314.42º | 0.45% | 0.9% | - |
| XYZ | 51.11 | 36.15 | 62.04 | - |
| YUV | 166.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 126 | 205 | 0 | 0.45 | 0.11 | 0.10 | 314.42 | 0.68 | 0.7 |
| Hex | E6 | 7E | CD | 0 | 2D | B | A | 13A | 44 | 46 |
| Octal | 346 | 176 | 315 | 0 | 55 | 13 | 12 | 472 | 104 | 106 |
| Binary | 11100110 | 1111110 | 11001101 | 0 | 101101 | 1011 | 1010 | 100111010 | 1000100 | 1000110 |
Color Harmonies of #E67ECD
Complementary color
Monochromatic Colors of #E67ECD
Black with #E67ECD
Text Example
Text Example
White with #E67ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67ECD; }
p { color: rgb(230,126,205); }
H1.HeaderClassName
{
color: #E67ECD;
}
.AnyTagClassName
{
color: #E67ECD;
}
</style>
background-color css
<style>
a { background-color: #E67ECD; }
a { background-color: rgb(230,126,205); }
div.DivClassName
{
background-color: #E67ECD;
}
.BgClassName
{
background-color: #E67ECD;
}
</style>
border-color css
<style>
span { border-color: #E67ECD; }
span { border-color: rgb(230,126,205); }
td.TdClassName
{
border-color: #E67ECD;
}
.TagClassName
{
border-color: #E67ECD;
}
</style>