Shades of Orchid #E67CD4
Tints of Orchid #E67CD4
RGB
CMYK
RGB Variations
Color information
#E67CD4 (or 0xE67CD4) is known color: Orchid. HEX triplet: E6, 7C and D4. RGB value is (230,124,212). Sum of RGB (Red+Green+Blue) = 230+124+212=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CD4 is #19832B. Grayscale: #A5A5A5. Windows color (decimal): -1671980 or 13925606. OLE color: 13925606.
HSL color Cylindrical-coordinate representation of color #E67CD4: hue angle of 310.19º 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 #E67CD4 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 212 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.10 |
| HSL | 310.19º | 0.68% | 0.69% | - |
| HSV(B) | 310.19º | 0.46% | 0.9% | - |
| XYZ | 51.72 | 35.99 | 66.51 | - |
| YUV | 165.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 212 | 0 | 0.46 | 0.08 | 0.10 | 310.19 | 0.68 | 0.69 |
| Hex | E6 | 7C | D4 | 0 | 2E | 8 | A | 136 | 44 | 45 |
| Octal | 346 | 174 | 324 | 0 | 56 | 10 | 12 | 466 | 104 | 105 |
| Binary | 11100110 | 1111100 | 11010100 | 0 | 101110 | 1000 | 1010 | 100110110 | 1000100 | 1000101 |
Color Harmonies of #E67CD4
Complementary color
Monochromatic Colors of #E67CD4
Black with #E67CD4
Text Example
Text Example
White with #E67CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67CD4; }
p { color: rgb(230,124,212); }
H1.HeaderClassName
{
color: #E67CD4;
}
.AnyTagClassName
{
color: #E67CD4;
}
</style>
background-color css
<style>
a { background-color: #E67CD4; }
a { background-color: rgb(230,124,212); }
div.DivClassName
{
background-color: #E67CD4;
}
.BgClassName
{
background-color: #E67CD4;
}
</style>
border-color css
<style>
span { border-color: #E67CD4; }
span { border-color: rgb(230,124,212); }
td.TdClassName
{
border-color: #E67CD4;
}
.TagClassName
{
border-color: #E67CD4;
}
</style>