#E77DDD

Color #E77DDD Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E77DDD

Tints of Orchid #E77DDD

Color information

#E77DDD (or 0xE77DDD) is unknown color: approx Orchid. HEX triplet: E7, 7D and DD. RGB value is (231,125,221). Sum of RGB (Red+Green+Blue) = 231+125+221=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DDD is #188222. Grayscale: #A7A7A7. Windows color (decimal): -1606179 or 14515687. OLE color: 14515687.

HSL color Cylindrical-coordinate representation of color #E77DDD: hue angle of 305.66º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E77DDD is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB231125221-
CMYK00.460.040.09
HSL305.66º68.83%69.8%-
HSV(B)305.66º45.89%90.59%-
XYZ53.3436.8872.71-
YUV167.64158.12173.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 40.03%
GREEN value IS 125 (49.22% from 255) = 21.66%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=40.03%
G=21.66%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112522100.460.040.09305.6668.8369.8
HexE77DDD02E491324546
Octal347175335056411462105106
Binary111001111111101110111010101110100100110011001010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77DDD; }

 p { color: rgb(231,125,221); }

 H1.HeaderClassName
 {
   color: #E77DDD;
 }
 .AnyTagClassName
 {
   color: #E77DDD;
 }
</style>
background-color css

<style>
 a { background-color: #E77DDD; }

 a { background-color: rgb(231,125,221); }

 div.DivClassName
 {
   background-color: #E77DDD;
 }
 .BgClassName
 {
   background-color: #E77DDD;
 }
</style>
border-color css

<style>
 span { border-color: #E77DDD; }

 span { border-color: rgb(231,125,221); }

 td.TdClassName
 {
   border-color: #E77DDD;
 }
 .TagClassName
 {
   border-color: #E77DDD;
 }
</style>