Shades of Orchid #E770CA
Tints of Orchid #E770CA
RGB
CMYK
RGB Variations
Color information
#E770CA (or 0xE770CA) is known color: Orchid. HEX triplet: E7, 70 and CA. RGB value is (231,112,202). Sum of RGB (Red+Green+Blue) = 231+112+202=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E770CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770CA is #188F35. Grayscale: #9D9D9D. Windows color (decimal): -1609526 or 13267175. OLE color: 13267175.
HSL color Cylindrical-coordinate representation of color #E770CA: hue angle of 314.62º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E770CA is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 202 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.09 |
| HSL | 314.62º | 0.71% | 0.67% | - |
| HSV(B) | 314.62º | 0.52% | 0.91% | - |
| XYZ | 49.41 | 32.84 | 59.61 | - |
| YUV | 157.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 202 | 0 | 0.52 | 0.13 | 0.09 | 314.62 | 0.71 | 0.67 |
| Hex | E7 | 70 | CA | 0 | 34 | D | 9 | 13B | 47 | 43 |
| Octal | 347 | 160 | 312 | 0 | 64 | 15 | 11 | 473 | 107 | 103 |
| Binary | 11100111 | 1110000 | 11001010 | 0 | 110100 | 1101 | 1001 | 100111011 | 1000111 | 1000011 |
Color Harmonies of #E770CA
Complementary color
Monochromatic Colors of #E770CA
Black with #E770CA
Text Example
Text Example
White with #E770CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770CA; }
p { color: rgb(231,112,202); }
H1.HeaderClassName
{
color: #E770CA;
}
.AnyTagClassName
{
color: #E770CA;
}
</style>
background-color css
<style>
a { background-color: #E770CA; }
a { background-color: rgb(231,112,202); }
div.DivClassName
{
background-color: #E770CA;
}
.BgClassName
{
background-color: #E770CA;
}
</style>
border-color css
<style>
span { border-color: #E770CA; }
span { border-color: rgb(231,112,202); }
td.TdClassName
{
border-color: #E770CA;
}
.TagClassName
{
border-color: #E770CA;
}
</style>