Shades of Orchid #E374CD
Tints of Orchid #E374CD
RGB
CMYK
RGB Variations
Color information
#E374CD (or 0xE374CD) is known color: Orchid. HEX triplet: E3, 74 and CD. RGB value is (227,116,205). Sum of RGB (Red+Green+Blue) = 227+116+205=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E374CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374CD is #1C8B32. Grayscale: #9F9F9F. Windows color (decimal): -1870643 or 13464803. OLE color: 13464803.
HSL color Cylindrical-coordinate representation of color #E374CD: hue angle of 311.89º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E374CD is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 116 | 205 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.11 |
| HSL | 311.89º | 0.66% | 0.67% | - |
| HSV(B) | 311.89º | 0.49% | 0.89% | - |
| XYZ | 48.94 | 33.23 | 61.59 | - |
| YUV | 159.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 205 | 0 | 0.49 | 0.10 | 0.11 | 311.89 | 0.66 | 0.67 |
| Hex | E3 | 74 | CD | 0 | 31 | A | B | 138 | 42 | 43 |
| Octal | 343 | 164 | 315 | 0 | 61 | 12 | 13 | 470 | 102 | 103 |
| Binary | 11100011 | 1110100 | 11001101 | 0 | 110001 | 1010 | 1011 | 100111000 | 1000010 | 1000011 |
Color Harmonies of #E374CD
Complementary color
Monochromatic Colors of #E374CD
Black with #E374CD
Text Example
Text Example
White with #E374CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E374CD; }
p { color: rgb(227,116,205); }
H1.HeaderClassName
{
color: #E374CD;
}
.AnyTagClassName
{
color: #E374CD;
}
</style>
background-color css
<style>
a { background-color: #E374CD; }
a { background-color: rgb(227,116,205); }
div.DivClassName
{
background-color: #E374CD;
}
.BgClassName
{
background-color: #E374CD;
}
</style>
border-color css
<style>
span { border-color: #E374CD; }
span { border-color: rgb(227,116,205); }
td.TdClassName
{
border-color: #E374CD;
}
.TagClassName
{
border-color: #E374CD;
}
</style>