Shades of Orchid #E470CD
Tints of Orchid #E470CD
RGB
CMYK
RGB Variations
Color information
#E470CD (or 0xE470CD) is known color: Orchid. HEX triplet: E4, 70 and CD. RGB value is (228,112,205). Sum of RGB (Red+Green+Blue) = 228+112+205=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 228 - color contains mainly: red. Hex color #E470CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E470CD is #1B8F32. Grayscale: #9D9D9D. Windows color (decimal): -1806131 or 13463780. OLE color: 13463780.
HSL color Cylindrical-coordinate representation of color #E470CD: hue angle of 311.9º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E470CD is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 205 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.11 |
| HSL | 311.9º | 0.68% | 0.67% | - |
| HSV(B) | 311.9º | 0.51% | 0.89% | - |
| XYZ | 48.81 | 32.49 | 61.46 | - |
| YUV | 157.29 | 154.93 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 205 | 0 | 0.51 | 0.10 | 0.11 | 311.9 | 0.68 | 0.67 |
| Hex | E4 | 70 | CD | 0 | 33 | A | B | 138 | 44 | 43 |
| Octal | 344 | 160 | 315 | 0 | 63 | 12 | 13 | 470 | 104 | 103 |
| Binary | 11100100 | 1110000 | 11001101 | 0 | 110011 | 1010 | 1011 | 100111000 | 1000100 | 1000011 |
Color Harmonies of #E470CD
Complementary color
Monochromatic Colors of #E470CD
Black with #E470CD
Text Example
Text Example
White with #E470CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E470CD; }
p { color: rgb(228,112,205); }
H1.HeaderClassName
{
color: #E470CD;
}
.AnyTagClassName
{
color: #E470CD;
}
</style>
background-color css
<style>
a { background-color: #E470CD; }
a { background-color: rgb(228,112,205); }
div.DivClassName
{
background-color: #E470CD;
}
.BgClassName
{
background-color: #E470CD;
}
</style>
border-color css
<style>
span { border-color: #E470CD; }
span { border-color: rgb(228,112,205); }
td.TdClassName
{
border-color: #E470CD;
}
.TagClassName
{
border-color: #E470CD;
}
</style>