Shades of Orchid #E075D8
Tints of Orchid #E075D8
RGB
CMYK
RGB Variations
Color information
#E075D8 (or 0xE075D8) is known color: Orchid. HEX triplet: E0, 75 and D8. RGB value is (224,117,216). Sum of RGB (Red+Green+Blue) = 224+117+216=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E075D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075D8 is #1F8A27. Grayscale: #9F9F9F. Windows color (decimal): -2066984 or 14185952. OLE color: 14185952.
HSL color Cylindrical-coordinate representation of color #E075D8: hue angle of 304.49º 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 #E075D8 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 216 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.12 |
| HSL | 304.49º | 0.63% | 0.67% | - |
| HSV(B) | 304.49º | 0.48% | 0.88% | - |
| XYZ | 49.5 | 33.53 | 68.83 | - |
| YUV | 160.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 216 | 0 | 0.48 | 0.04 | 0.12 | 304.49 | 0.63 | 0.67 |
| Hex | E0 | 75 | D8 | 0 | 30 | 4 | C | 130 | 3F | 43 |
| Octal | 340 | 165 | 330 | 0 | 60 | 4 | 14 | 460 | 77 | 103 |
| Binary | 11100000 | 1110101 | 11011000 | 0 | 110000 | 100 | 1100 | 100110000 | 111111 | 1000011 |
Color Harmonies of #E075D8
Complementary color
Monochromatic Colors of #E075D8
Black with #E075D8
Text Example
Text Example
White with #E075D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075D8; }
p { color: rgb(224,117,216); }
H1.HeaderClassName
{
color: #E075D8;
}
.AnyTagClassName
{
color: #E075D8;
}
</style>
background-color css
<style>
a { background-color: #E075D8; }
a { background-color: rgb(224,117,216); }
div.DivClassName
{
background-color: #E075D8;
}
.BgClassName
{
background-color: #E075D8;
}
</style>
border-color css
<style>
span { border-color: #E075D8; }
span { border-color: rgb(224,117,216); }
td.TdClassName
{
border-color: #E075D8;
}
.TagClassName
{
border-color: #E075D8;
}
</style>