Shades of Orchid #E780D2
Tints of Orchid #E780D2
RGB
CMYK
RGB Variations
Color information
#E780D2 (or 0xE780D2) is known color: Orchid. HEX triplet: E7, 80 and D2. RGB value is (231,128,210). Sum of RGB (Red+Green+Blue) = 231+128+210=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E780D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780D2 is #187F2D. Grayscale: #A7A7A7. Windows color (decimal): -1605422 or 13795559. OLE color: 13795559.
HSL color Cylindrical-coordinate representation of color #E780D2: hue angle of 312.23º 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 #E780D2 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 210 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.09 |
| HSL | 312.23º | 0.68% | 0.7% | - |
| HSV(B) | 312.23º | 0.45% | 0.91% | - |
| XYZ | 52.31 | 37.08 | 65.37 | - |
| YUV | 168.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 210 | 0 | 0.45 | 0.09 | 0.09 | 312.23 | 0.68 | 0.7 |
| Hex | E7 | 80 | D2 | 0 | 2D | 9 | 9 | 138 | 44 | 46 |
| Octal | 347 | 200 | 322 | 0 | 55 | 11 | 11 | 470 | 104 | 106 |
| Binary | 11100111 | 10000000 | 11010010 | 0 | 101101 | 1001 | 1001 | 100111000 | 1000100 | 1000110 |
Color Harmonies of #E780D2
Complementary color
Monochromatic Colors of #E780D2
Black with #E780D2
Text Example
Text Example
White with #E780D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E780D2; }
p { color: rgb(231,128,210); }
H1.HeaderClassName
{
color: #E780D2;
}
.AnyTagClassName
{
color: #E780D2;
}
</style>
background-color css
<style>
a { background-color: #E780D2; }
a { background-color: rgb(231,128,210); }
div.DivClassName
{
background-color: #E780D2;
}
.BgClassName
{
background-color: #E780D2;
}
</style>
border-color css
<style>
span { border-color: #E780D2; }
span { border-color: rgb(231,128,210); }
td.TdClassName
{
border-color: #E780D2;
}
.TagClassName
{
border-color: #E780D2;
}
</style>