#E77DDC

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

Shades of Orchid #E77DDC

Tints of Orchid #E77DDC

Color information

#E77DDC (or 0xE77DDC) is unknown color: approx Orchid. HEX triplet: E7, 7D and DC. RGB value is (231,125,220). Sum of RGB (Red+Green+Blue) = 231+125+220=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 125 (49.22% from 255 or 21.70% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DDC is #188223. Grayscale: #A7A7A7. Windows color (decimal): -1606180 or 14450151. OLE color: 14450151.

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

Color convert

RGB231125220-
CMYK00.460.050.09
HSL306.23º68.83%69.8%-
HSV(B)306.23º45.89%90.59%-
XYZ53.2136.8272.01-
YUV167.52157.62173.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 125 (49.22% from 255) = 21.70%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=40.10%
G=21.70%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112522000.460.050.09306.2368.8369.8
HexE77DDC02E591324546
Octal347175334056511462105106
Binary111001111111101110111000101110101100110011001010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77DDC; }

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

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

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

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

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

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

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

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