Shades of Orchid #E375CD
Tints of Orchid #E375CD
RGB
CMYK
RGB Variations
Color information
#E375CD (or 0xE375CD) is known color: Orchid. HEX triplet: E3, 75 and CD. RGB value is (227,117,205). Sum of RGB (Red+Green+Blue) = 227+117+205=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E375CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375CD is #1C8A32. Grayscale: #9F9F9F. Windows color (decimal): -1870387 or 13465059. OLE color: 13465059.
HSL color Cylindrical-coordinate representation of color #E375CD: hue angle of 312º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E375CD is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 117 | 205 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.11 |
| HSL | 312º | 0.66% | 0.67% | - |
| HSV(B) | 312º | 0.48% | 0.89% | - |
| XYZ | 49.06 | 33.46 | 61.63 | - |
| YUV | 159.92 | 153.44 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 205 | 0 | 0.48 | 0.10 | 0.11 | 312 | 0.66 | 0.67 |
| Hex | E3 | 75 | CD | 0 | 30 | A | B | 138 | 42 | 43 |
| Octal | 343 | 165 | 315 | 0 | 60 | 12 | 13 | 470 | 102 | 103 |
| Binary | 11100011 | 1110101 | 11001101 | 0 | 110000 | 1010 | 1011 | 100111000 | 1000010 | 1000011 |
Color Harmonies of #E375CD
Complementary color
Monochromatic Colors of #E375CD
Black with #E375CD
Text Example
Text Example
White with #E375CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E375CD; }
p { color: rgb(227,117,205); }
H1.HeaderClassName
{
color: #E375CD;
}
.AnyTagClassName
{
color: #E375CD;
}
</style>
background-color css
<style>
a { background-color: #E375CD; }
a { background-color: rgb(227,117,205); }
div.DivClassName
{
background-color: #E375CD;
}
.BgClassName
{
background-color: #E375CD;
}
</style>
border-color css
<style>
span { border-color: #E375CD; }
span { border-color: rgb(227,117,205); }
td.TdClassName
{
border-color: #E375CD;
}
.TagClassName
{
border-color: #E375CD;
}
</style>