Shades of Orchid #E470CF
Tints of Orchid #E470CF
RGB
CMYK
RGB Variations
Color information
#E470CF (or 0xE470CF) is known color: Orchid. HEX triplet: E4, 70 and CF. RGB value is (228,112,207). Sum of RGB (Red+Green+Blue) = 228+112+207=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E470CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E470CF is #1B8F30. Grayscale: #9D9D9D. Windows color (decimal): -1806129 or 13594852. OLE color: 13594852.
HSL color Cylindrical-coordinate representation of color #E470CF: hue angle of 310.86º 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 #E470CF is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 207 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.11 |
| HSL | 310.86º | 0.68% | 0.67% | - |
| HSV(B) | 310.86º | 0.51% | 0.89% | - |
| XYZ | 49.05 | 32.59 | 62.74 | - |
| YUV | 157.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 207 | 0 | 0.51 | 0.09 | 0.11 | 310.86 | 0.68 | 0.67 |
| Hex | E4 | 70 | CF | 0 | 33 | 9 | B | 137 | 44 | 43 |
| Octal | 344 | 160 | 317 | 0 | 63 | 11 | 13 | 467 | 104 | 103 |
| Binary | 11100100 | 1110000 | 11001111 | 0 | 110011 | 1001 | 1011 | 100110111 | 1000100 | 1000011 |
Color Harmonies of #E470CF
Complementary color
Monochromatic Colors of #E470CF
Black with #E470CF
Text Example
Text Example
White with #E470CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E470CF; }
p { color: rgb(228,112,207); }
H1.HeaderClassName
{
color: #E470CF;
}
.AnyTagClassName
{
color: #E470CF;
}
</style>
background-color css
<style>
a { background-color: #E470CF; }
a { background-color: rgb(228,112,207); }
div.DivClassName
{
background-color: #E470CF;
}
.BgClassName
{
background-color: #E470CF;
}
</style>
border-color css
<style>
span { border-color: #E470CF; }
span { border-color: rgb(228,112,207); }
td.TdClassName
{
border-color: #E470CF;
}
.TagClassName
{
border-color: #E470CF;
}
</style>