Shades of Orchid #E075C8
Tints of Orchid #E075C8
RGB
CMYK
RGB Variations
Color information
#E075C8 (or 0xE075C8) is known color: Orchid. HEX triplet: E0, 75 and C8. RGB value is (224,117,200). Sum of RGB (Red+Green+Blue) = 224+117+200=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 200 (78.52% from 255 or 36.97% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E075C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075C8 is #1F8A37. Grayscale: #9E9E9E. Windows color (decimal): -2067000 or 13137376. OLE color: 13137376.
HSL color Cylindrical-coordinate representation of color #E075C8: hue angle of 313.46º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E075C8 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 200 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.12 |
| HSL | 313.46º | 0.63% | 0.67% | - |
| HSV(B) | 313.46º | 0.48% | 0.88% | - |
| XYZ | 47.53 | 32.74 | 58.46 | - |
| YUV | 158.46 | 151.45 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 200 | 0 | 0.48 | 0.11 | 0.12 | 313.46 | 0.63 | 0.67 |
| Hex | E0 | 75 | C8 | 0 | 30 | B | C | 139 | 3F | 43 |
| Octal | 340 | 165 | 310 | 0 | 60 | 13 | 14 | 471 | 77 | 103 |
| Binary | 11100000 | 1110101 | 11001000 | 0 | 110000 | 1011 | 1100 | 100111001 | 111111 | 1000011 |
Color Harmonies of #E075C8
Complementary color
Monochromatic Colors of #E075C8
Black with #E075C8
Text Example
Text Example
White with #E075C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075C8; }
p { color: rgb(224,117,200); }
H1.HeaderClassName
{
color: #E075C8;
}
.AnyTagClassName
{
color: #E075C8;
}
</style>
background-color css
<style>
a { background-color: #E075C8; }
a { background-color: rgb(224,117,200); }
div.DivClassName
{
background-color: #E075C8;
}
.BgClassName
{
background-color: #E075C8;
}
</style>
border-color css
<style>
span { border-color: #E075C8; }
span { border-color: rgb(224,117,200); }
td.TdClassName
{
border-color: #E075C8;
}
.TagClassName
{
border-color: #E075C8;
}
</style>