Shades of Orchid #E378CF
Tints of Orchid #E378CF
RGB
CMYK
RGB Variations
Color information
#E378CF (or 0xE378CF) is known color: Orchid. HEX triplet: E3, 78 and CF. RGB value is (227,120,207). Sum of RGB (Red+Green+Blue) = 227+120+207=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E378CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E378CF is #1C8730. Grayscale: #A1A1A1. Windows color (decimal): -1869617 or 13596899. OLE color: 13596899.
HSL color Cylindrical-coordinate representation of color #E378CF: hue angle of 311.21º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E378CF is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 120 | 207 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.11 |
| HSL | 311.22º | 0.66% | 0.68% | - |
| HSV(B) | 311.22º | 0.47% | 0.89% | - |
| XYZ | 49.66 | 34.27 | 63.03 | - |
| YUV | 161.91 | 153.45 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 120 | 207 | 0 | 0.47 | 0.09 | 0.11 | 311.22 | 0.66 | 0.68 |
| Hex | E3 | 78 | CF | 0 | 2F | 9 | B | 137 | 42 | 44 |
| Octal | 343 | 170 | 317 | 0 | 57 | 11 | 13 | 467 | 102 | 104 |
| Binary | 11100011 | 1111000 | 11001111 | 0 | 101111 | 1001 | 1011 | 100110111 | 1000010 | 1000100 |
Color Harmonies of #E378CF
Complementary color
Monochromatic Colors of #E378CF
Black with #E378CF
Text Example
Text Example
White with #E378CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E378CF; }
p { color: rgb(227,120,207); }
H1.HeaderClassName
{
color: #E378CF;
}
.AnyTagClassName
{
color: #E378CF;
}
</style>
background-color css
<style>
a { background-color: #E378CF; }
a { background-color: rgb(227,120,207); }
div.DivClassName
{
background-color: #E378CF;
}
.BgClassName
{
background-color: #E378CF;
}
</style>
border-color css
<style>
span { border-color: #E378CF; }
span { border-color: rgb(227,120,207); }
td.TdClassName
{
border-color: #E378CF;
}
.TagClassName
{
border-color: #E378CF;
}
</style>