Shades of Orchid #E075DF
Tints of Orchid #E075DF
RGB
CMYK
RGB Variations
Color information
#E075DF (or 0xE075DF) is known color: Orchid. HEX triplet: E0, 75 and DF. RGB value is (224,117,223). Sum of RGB (Red+Green+Blue) = 224+117+223=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E075DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075DF is #1F8A20. Grayscale: #A0A0A0. Windows color (decimal): -2066977 or 14644704. OLE color: 14644704.
HSL color Cylindrical-coordinate representation of color #E075DF: hue angle of 300.56º 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 #E075DF is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 223 | - |
| CMYK | 0 | 0.48 | 0.00 | 0.12 |
| HSL | 300.56º | 0.63% | 0.67% | - |
| HSV(B) | 300.56º | 0.48% | 0.88% | - |
| XYZ | 50.42 | 33.9 | 73.7 | - |
| YUV | 161.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 223 | 0 | 0.48 | 0.00 | 0.12 | 300.56 | 0.63 | 0.67 |
| Hex | E0 | 75 | DF | 0 | 30 | 0 | C | 12D | 3F | 43 |
| Octal | 340 | 165 | 337 | 0 | 60 | 0 | 14 | 455 | 77 | 103 |
| Binary | 11100000 | 1110101 | 11011111 | 0 | 110000 | 0 | 1100 | 100101101 | 111111 | 1000011 |
Color Harmonies of #E075DF
Complementary color
Monochromatic Colors of #E075DF
Black with #E075DF
Text Example
Text Example
White with #E075DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075DF; }
p { color: rgb(224,117,223); }
H1.HeaderClassName
{
color: #E075DF;
}
.AnyTagClassName
{
color: #E075DF;
}
</style>
background-color css
<style>
a { background-color: #E075DF; }
a { background-color: rgb(224,117,223); }
div.DivClassName
{
background-color: #E075DF;
}
.BgClassName
{
background-color: #E075DF;
}
</style>
border-color css
<style>
span { border-color: #E075DF; }
span { border-color: rgb(224,117,223); }
td.TdClassName
{
border-color: #E075DF;
}
.TagClassName
{
border-color: #E075DF;
}
</style>