Shades of Orchid #E378CB
Tints of Orchid #E378CB
RGB
CMYK
RGB Variations
Color information
#E378CB (or 0xE378CB) is known color: Orchid. HEX triplet: E3, 78 and CB. RGB value is (227,120,203). Sum of RGB (Red+Green+Blue) = 227+120+203=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E378CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E378CB is #1C8734. Grayscale: #A1A1A1. Windows color (decimal): -1869621 or 13334755. OLE color: 13334755.
HSL color Cylindrical-coordinate representation of color #E378CB: hue angle of 313.46º 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 #E378CB is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 120 | 203 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.11 |
| HSL | 313.46º | 0.66% | 0.68% | - |
| HSV(B) | 313.46º | 0.47% | 0.89% | - |
| XYZ | 49.17 | 34.08 | 60.49 | - |
| YUV | 161.46 | 151.45 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 120 | 203 | 0 | 0.47 | 0.11 | 0.11 | 313.46 | 0.66 | 0.68 |
| Hex | E3 | 78 | CB | 0 | 2F | B | B | 139 | 42 | 44 |
| Octal | 343 | 170 | 313 | 0 | 57 | 13 | 13 | 471 | 102 | 104 |
| Binary | 11100011 | 1111000 | 11001011 | 0 | 101111 | 1011 | 1011 | 100111001 | 1000010 | 1000100 |
Color Harmonies of #E378CB
Complementary color
Monochromatic Colors of #E378CB
Black with #E378CB
Text Example
Text Example
White with #E378CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E378CB; }
p { color: rgb(227,120,203); }
H1.HeaderClassName
{
color: #E378CB;
}
.AnyTagClassName
{
color: #E378CB;
}
</style>
background-color css
<style>
a { background-color: #E378CB; }
a { background-color: rgb(227,120,203); }
div.DivClassName
{
background-color: #E378CB;
}
.BgClassName
{
background-color: #E378CB;
}
</style>
border-color css
<style>
span { border-color: #E378CB; }
span { border-color: rgb(227,120,203); }
td.TdClassName
{
border-color: #E378CB;
}
.TagClassName
{
border-color: #E378CB;
}
</style>