Shades of Orchid #E382CC
Tints of Orchid #E382CC
RGB
CMYK
RGB Variations
Color information
#E382CC (or 0xE382CC) is known color: Orchid. HEX triplet: E3, 82 and CC. RGB value is (227,130,204). Sum of RGB (Red+Green+Blue) = 227+130+204=561 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.46% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 227 - color contains mainly: red. Hex color #E382CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E382CC is #1C7D33. Grayscale: #A7A7A7. Windows color (decimal): -1867060 or 13402851. OLE color: 13402851.
HSL color Cylindrical-coordinate representation of color #E382CC: hue angle of 314.23º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E382CC is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 204 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.11 |
| HSL | 314.23º | 0.63% | 0.7% | - |
| HSV(B) | 314.23º | 0.43% | 0.89% | - |
| XYZ | 50.56 | 36.66 | 61.54 | - |
| YUV | 167.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 204 | 0 | 0.43 | 0.10 | 0.11 | 314.23 | 0.63 | 0.7 |
| Hex | E3 | 82 | CC | 0 | 2B | A | B | 13A | 3F | 46 |
| Octal | 343 | 202 | 314 | 0 | 53 | 12 | 13 | 472 | 77 | 106 |
| Binary | 11100011 | 10000010 | 11001100 | 0 | 101011 | 1010 | 1011 | 100111010 | 111111 | 1000110 |
Color Harmonies of #E382CC
Complementary color
Monochromatic Colors of #E382CC
Black with #E382CC
Text Example
Text Example
White with #E382CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E382CC; }
p { color: rgb(227,130,204); }
H1.HeaderClassName
{
color: #E382CC;
}
.AnyTagClassName
{
color: #E382CC;
}
</style>
background-color css
<style>
a { background-color: #E382CC; }
a { background-color: rgb(227,130,204); }
div.DivClassName
{
background-color: #E382CC;
}
.BgClassName
{
background-color: #E382CC;
}
</style>
border-color css
<style>
span { border-color: #E382CC; }
span { border-color: rgb(227,130,204); }
td.TdClassName
{
border-color: #E382CC;
}
.TagClassName
{
border-color: #E382CC;
}
</style>