Shades of Orchid #E778CB
Tints of Orchid #E778CB
RGB
CMYK
RGB Variations
Color information
#E778CB (or 0xE778CB) is known color: Orchid. HEX triplet: E7, 78 and CB. RGB value is (231,120,203). Sum of RGB (Red+Green+Blue) = 231+120+203=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E778CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778CB is #188734. Grayscale: #A2A2A2. Windows color (decimal): -1607477 or 13334759. OLE color: 13334759.
HSL color Cylindrical-coordinate representation of color #E778CB: hue angle of 315.14º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E778CB is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 203 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.09 |
| HSL | 315.14º | 0.7% | 0.69% | - |
| HSV(B) | 315.14º | 0.48% | 0.91% | - |
| XYZ | 50.45 | 34.73 | 60.55 | - |
| YUV | 162.65 | 150.77 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 203 | 0 | 0.48 | 0.12 | 0.09 | 315.14 | 0.7 | 0.69 |
| Hex | E7 | 78 | CB | 0 | 30 | C | 9 | 13B | 46 | 45 |
| Octal | 347 | 170 | 313 | 0 | 60 | 14 | 11 | 473 | 106 | 105 |
| Binary | 11100111 | 1111000 | 11001011 | 0 | 110000 | 1100 | 1001 | 100111011 | 1000110 | 1000101 |
Color Harmonies of #E778CB
Complementary color
Monochromatic Colors of #E778CB
Black with #E778CB
Text Example
Text Example
White with #E778CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E778CB; }
p { color: rgb(231,120,203); }
H1.HeaderClassName
{
color: #E778CB;
}
.AnyTagClassName
{
color: #E778CB;
}
</style>
background-color css
<style>
a { background-color: #E778CB; }
a { background-color: rgb(231,120,203); }
div.DivClassName
{
background-color: #E778CB;
}
.BgClassName
{
background-color: #E778CB;
}
</style>
border-color css
<style>
span { border-color: #E778CB; }
span { border-color: rgb(231,120,203); }
td.TdClassName
{
border-color: #E778CB;
}
.TagClassName
{
border-color: #E778CB;
}
</style>