#E077CC

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

Shades of Orchid #E077CC

Tints of Orchid #E077CC

Color information

#E077CC (or 0xE077CC) is unknown color: approx Orchid. HEX triplet: E0, 77 and CC. RGB value is (224,119,204). Sum of RGB (Red+Green+Blue) = 224+119+204=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E077CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077CC is #1F8833. Grayscale: #9F9F9F. Windows color (decimal): -2066484 or 13400032. OLE color: 13400032.

HSL color Cylindrical-coordinate representation of color #E077CC: hue angle of 311.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E077CC is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB224119204-
CMYK00.470.090.12
HSL311.43º62.87%67.25%-
HSV(B)311.43º46.88%87.84%-
XYZ48.2433.461.03-
YUV160.08152.79173.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 119 (46.88% from 255) = 21.76%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=40.95%
G=21.76%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411920400.470.090.12311.4362.8767.25
HexE077CC02F9C1373f43
Octal340167314057111446777103
Binary111000001110111110011000101111100111001001101111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E077CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E077CC; }

 p { color: rgb(224,119,204); }

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

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

 a { background-color: rgb(224,119,204); }

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

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

 span { border-color: rgb(224,119,204); }

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