Shades of Orchid #E075CD
Tints of Orchid #E075CD
RGB
CMYK
RGB Variations
Color information
#E075CD (or 0xE075CD) is known color: Orchid. HEX triplet: E0, 75 and CD. RGB value is (224,117,205). Sum of RGB (Red+Green+Blue) = 224+117+205=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E075CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075CD is #1F8A32. Grayscale: #9E9E9E. Windows color (decimal): -2066995 or 13465056. OLE color: 13465056.
HSL color Cylindrical-coordinate representation of color #E075CD: hue angle of 310.65º 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 #E075CD is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 205 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.12 |
| HSL | 310.65º | 0.63% | 0.67% | - |
| HSV(B) | 310.65º | 0.48% | 0.88% | - |
| XYZ | 48.12 | 32.98 | 61.59 | - |
| YUV | 159.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 205 | 0 | 0.48 | 0.08 | 0.12 | 310.65 | 0.63 | 0.67 |
| Hex | E0 | 75 | CD | 0 | 30 | 8 | C | 137 | 3F | 43 |
| Octal | 340 | 165 | 315 | 0 | 60 | 10 | 14 | 467 | 77 | 103 |
| Binary | 11100000 | 1110101 | 11001101 | 0 | 110000 | 1000 | 1100 | 100110111 | 111111 | 1000011 |
Color Harmonies of #E075CD
Complementary color
Monochromatic Colors of #E075CD
Black with #E075CD
Text Example
Text Example
White with #E075CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075CD; }
p { color: rgb(224,117,205); }
H1.HeaderClassName
{
color: #E075CD;
}
.AnyTagClassName
{
color: #E075CD;
}
</style>
background-color css
<style>
a { background-color: #E075CD; }
a { background-color: rgb(224,117,205); }
div.DivClassName
{
background-color: #E075CD;
}
.BgClassName
{
background-color: #E075CD;
}
</style>
border-color css
<style>
span { border-color: #E075CD; }
span { border-color: rgb(224,117,205); }
td.TdClassName
{
border-color: #E075CD;
}
.TagClassName
{
border-color: #E075CD;
}
</style>