Shades of Orchid #E772DC
Tints of Orchid #E772DC
RGB
CMYK
RGB Variations
Color information
#E772DC (or 0xE772DC) is known color: Orchid. HEX triplet: E7, 72 and DC. RGB value is (231,114,220). Sum of RGB (Red+Green+Blue) = 231+114+220=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E772DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772DC is #188D23. Grayscale: #A0A0A0. Windows color (decimal): -1608996 or 14447335. OLE color: 14447335.
HSL color Cylindrical-coordinate representation of color #E772DC: hue angle of 305.64º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E772DC is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 220 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.09 |
| HSL | 305.64º | 0.71% | 0.68% | - |
| HSV(B) | 305.64º | 0.51% | 0.91% | - |
| XYZ | 51.89 | 34.19 | 71.57 | - |
| YUV | 161.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 220 | 0 | 0.51 | 0.05 | 0.09 | 305.64 | 0.71 | 0.68 |
| Hex | E7 | 72 | DC | 0 | 33 | 5 | 9 | 132 | 47 | 44 |
| Octal | 347 | 162 | 334 | 0 | 63 | 5 | 11 | 462 | 107 | 104 |
| Binary | 11100111 | 1110010 | 11011100 | 0 | 110011 | 101 | 1001 | 100110010 | 1000111 | 1000100 |
Color Harmonies of #E772DC
Complementary color
Monochromatic Colors of #E772DC
Black with #E772DC
Text Example
Text Example
White with #E772DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E772DC; }
p { color: rgb(231,114,220); }
H1.HeaderClassName
{
color: #E772DC;
}
.AnyTagClassName
{
color: #E772DC;
}
</style>
background-color css
<style>
a { background-color: #E772DC; }
a { background-color: rgb(231,114,220); }
div.DivClassName
{
background-color: #E772DC;
}
.BgClassName
{
background-color: #E772DC;
}
</style>
border-color css
<style>
span { border-color: #E772DC; }
span { border-color: rgb(231,114,220); }
td.TdClassName
{
border-color: #E772DC;
}
.TagClassName
{
border-color: #E772DC;
}
</style>