#E772CC

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

Shades of Orchid #E772CC

Tints of Orchid #E772CC

Color information

#E772CC (or 0xE772CC) is unknown color: approx Orchid. HEX triplet: E7, 72 and CC. RGB value is (231,114,204). Sum of RGB (Red+Green+Blue) = 231+114+204=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E772CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772CC is #188D33. Grayscale: #9F9F9F. Windows color (decimal): -1609012 or 13398759. OLE color: 13398759.

HSL color Cylindrical-coordinate representation of color #E772CC: hue angle of 313.85º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E772CC is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB231114204-
CMYK00.510.120.09
HSL313.85º70.91%67.65%-
HSV(B)313.85º50.65%90.59%-
XYZ49.8733.3860.94-
YUV159.24153.26179.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 114 (44.92% from 255) = 20.77%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=42.08%
G=20.77%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111420400.510.120.09313.8570.9167.65
HexE772CC033C913a4744
Octal3471623140631411472107104
Binary1110011111100101100110001100111100100110011101010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E772CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E772CC; }

 p { color: rgb(231,114,204); }

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

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

 a { background-color: rgb(231,114,204); }

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

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

 span { border-color: rgb(231,114,204); }

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