Shades of Orchid #E075CC
Tints of Orchid #E075CC
RGB
CMYK
RGB Variations
Color information
#E075CC (or 0xE075CC) is known color: Orchid. HEX triplet: E0, 75 and CC. RGB value is (224,117,204). Sum of RGB (Red+Green+Blue) = 224+117+204=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E075CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075CC is #1F8A33. Grayscale: #9E9E9E. Windows color (decimal): -2066996 or 13399520. OLE color: 13399520.
HSL color Cylindrical-coordinate representation of color #E075CC: hue angle of 311.21º 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 #E075CC is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 204 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.12 |
| HSL | 311.22º | 0.63% | 0.67% | - |
| HSV(B) | 311.22º | 0.48% | 0.88% | - |
| XYZ | 48 | 32.93 | 60.95 | - |
| YUV | 158.91 | 153.45 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 204 | 0 | 0.48 | 0.09 | 0.12 | 311.22 | 0.63 | 0.67 |
| Hex | E0 | 75 | CC | 0 | 30 | 9 | C | 137 | 3F | 43 |
| Octal | 340 | 165 | 314 | 0 | 60 | 11 | 14 | 467 | 77 | 103 |
| Binary | 11100000 | 1110101 | 11001100 | 0 | 110000 | 1001 | 1100 | 100110111 | 111111 | 1000011 |
Color Harmonies of #E075CC
Complementary color
Monochromatic Colors of #E075CC
Black with #E075CC
Text Example
Text Example
White with #E075CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075CC; }
p { color: rgb(224,117,204); }
H1.HeaderClassName
{
color: #E075CC;
}
.AnyTagClassName
{
color: #E075CC;
}
</style>
background-color css
<style>
a { background-color: #E075CC; }
a { background-color: rgb(224,117,204); }
div.DivClassName
{
background-color: #E075CC;
}
.BgClassName
{
background-color: #E075CC;
}
</style>
border-color css
<style>
span { border-color: #E075CC; }
span { border-color: rgb(224,117,204); }
td.TdClassName
{
border-color: #E075CC;
}
.TagClassName
{
border-color: #E075CC;
}
</style>