Shades of Orchid #E472CF
Tints of Orchid #E472CF
RGB
CMYK
RGB Variations
Color information
#E472CF (or 0xE472CF) is known color: Orchid. HEX triplet: E4, 72 and CF. RGB value is (228,114,207). Sum of RGB (Red+Green+Blue) = 228+114+207=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E472CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E472CF is #1B8D30. Grayscale: #9E9E9E. Windows color (decimal): -1805617 or 13595364. OLE color: 13595364.
HSL color Cylindrical-coordinate representation of color #E472CF: hue angle of 311.05º 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 #E472CF is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 114 | 207 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.11 |
| HSL | 311.05º | 0.68% | 0.67% | - |
| HSV(B) | 311.05º | 0.5% | 0.89% | - |
| XYZ | 49.27 | 33.03 | 62.81 | - |
| YUV | 158.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 114 | 207 | 0 | 0.50 | 0.09 | 0.11 | 311.05 | 0.68 | 0.67 |
| Hex | E4 | 72 | CF | 0 | 32 | 9 | B | 137 | 44 | 43 |
| Octal | 344 | 162 | 317 | 0 | 62 | 11 | 13 | 467 | 104 | 103 |
| Binary | 11100100 | 1110010 | 11001111 | 0 | 110010 | 1001 | 1011 | 100110111 | 1000100 | 1000011 |
Color Harmonies of #E472CF
Complementary color
Monochromatic Colors of #E472CF
Black with #E472CF
Text Example
Text Example
White with #E472CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E472CF; }
p { color: rgb(228,114,207); }
H1.HeaderClassName
{
color: #E472CF;
}
.AnyTagClassName
{
color: #E472CF;
}
</style>
background-color css
<style>
a { background-color: #E472CF; }
a { background-color: rgb(228,114,207); }
div.DivClassName
{
background-color: #E472CF;
}
.BgClassName
{
background-color: #E472CF;
}
</style>
border-color css
<style>
span { border-color: #E472CF; }
span { border-color: rgb(228,114,207); }
td.TdClassName
{
border-color: #E472CF;
}
.TagClassName
{
border-color: #E472CF;
}
</style>