#E77CDD

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

Shades of Orchid #E77CDD

Tints of Orchid #E77CDD

Color information

#E77CDD (or 0xE77CDD) is unknown color: approx Orchid. HEX triplet: E7, 7C and DD. RGB value is (231,124,221). Sum of RGB (Red+Green+Blue) = 231+124+221=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CDD is #188322. Grayscale: #A6A6A6. Windows color (decimal): -1606435 or 14515431. OLE color: 14515431.

HSL color Cylindrical-coordinate representation of color #E77CDD: hue angle of 305.61º 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 #E77CDD is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB231124221-
CMYK00.460.040.09
HSL305.61º69.03%69.61%-
HSV(B)305.61º46.32%90.59%-
XYZ53.2136.6272.67-
YUV167.05158.45173.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 124 (48.83% from 255) = 21.53%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=40.10%
G=21.53%
B=38.37%

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
Decimal23112422100.460.040.09305.6169.0369.61
HexE77CDD02E491324546
Octal347174335056411462105106
Binary111001111111100110111010101110100100110011001010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77CDD; }

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

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

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

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

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

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

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

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