Shades of Orchid #E472DC
Tints of Orchid #E472DC
RGB
CMYK
RGB Variations
Color information
#E472DC (or 0xE472DC) is known color: Orchid. HEX triplet: E4, 72 and DC. RGB value is (228,114,220). Sum of RGB (Red+Green+Blue) = 228+114+220=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 114 (44.92% from 255 or 20.28% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 228 - color contains mainly: red. Hex color #E472DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E472DC is #1B8D23. Grayscale: #9F9F9F. Windows color (decimal): -1805604 or 14447332. OLE color: 14447332.
HSL color Cylindrical-coordinate representation of color #E472DC: hue angle of 304.21º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E472DC is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 114 | 220 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.11 |
| HSL | 304.21º | 0.68% | 0.67% | - |
| HSV(B) | 304.21º | 0.5% | 0.89% | - |
| XYZ | 50.93 | 33.7 | 71.53 | - |
| YUV | 160.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 114 | 220 | 0 | 0.50 | 0.04 | 0.11 | 304.21 | 0.68 | 0.67 |
| Hex | E4 | 72 | DC | 0 | 32 | 4 | B | 130 | 44 | 43 |
| Octal | 344 | 162 | 334 | 0 | 62 | 4 | 13 | 460 | 104 | 103 |
| Binary | 11100100 | 1110010 | 11011100 | 0 | 110010 | 100 | 1011 | 100110000 | 1000100 | 1000011 |
Color Harmonies of #E472DC
Complementary color
Monochromatic Colors of #E472DC
Black with #E472DC
Text Example
Text Example
White with #E472DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E472DC; }
p { color: rgb(228,114,220); }
H1.HeaderClassName
{
color: #E472DC;
}
.AnyTagClassName
{
color: #E472DC;
}
</style>
background-color css
<style>
a { background-color: #E472DC; }
a { background-color: rgb(228,114,220); }
div.DivClassName
{
background-color: #E472DC;
}
.BgClassName
{
background-color: #E472DC;
}
</style>
border-color css
<style>
span { border-color: #E472DC; }
span { border-color: rgb(228,114,220); }
td.TdClassName
{
border-color: #E472DC;
}
.TagClassName
{
border-color: #E472DC;
}
</style>