Shades of Orchid #E780D3
Tints of Orchid #E780D3
RGB
CMYK
RGB Variations
Color information
#E780D3 (or 0xE780D3) is known color: Orchid. HEX triplet: E7, 80 and D3. RGB value is (231,128,211). Sum of RGB (Red+Green+Blue) = 231+128+211=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E780D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780D3 is #187F2C. Grayscale: #A8A8A8. Windows color (decimal): -1605421 or 13861095. OLE color: 13861095.
HSL color Cylindrical-coordinate representation of color #E780D3: hue angle of 311.65º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E780D3 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 211 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.09 |
| HSL | 311.65º | 0.68% | 0.7% | - |
| HSV(B) | 311.65º | 0.45% | 0.91% | - |
| XYZ | 52.43 | 37.13 | 66.03 | - |
| YUV | 168.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 211 | 0 | 0.45 | 0.09 | 0.09 | 311.65 | 0.68 | 0.7 |
| Hex | E7 | 80 | D3 | 0 | 2D | 9 | 9 | 138 | 44 | 46 |
| Octal | 347 | 200 | 323 | 0 | 55 | 11 | 11 | 470 | 104 | 106 |
| Binary | 11100111 | 10000000 | 11010011 | 0 | 101101 | 1001 | 1001 | 100111000 | 1000100 | 1000110 |
Color Harmonies of #E780D3
Complementary color
Monochromatic Colors of #E780D3
Black with #E780D3
Text Example
Text Example
White with #E780D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E780D3; }
p { color: rgb(231,128,211); }
H1.HeaderClassName
{
color: #E780D3;
}
.AnyTagClassName
{
color: #E780D3;
}
</style>
background-color css
<style>
a { background-color: #E780D3; }
a { background-color: rgb(231,128,211); }
div.DivClassName
{
background-color: #E780D3;
}
.BgClassName
{
background-color: #E780D3;
}
</style>
border-color css
<style>
span { border-color: #E780D3; }
span { border-color: rgb(231,128,211); }
td.TdClassName
{
border-color: #E780D3;
}
.TagClassName
{
border-color: #E780D3;
}
</style>