#E673CC

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

Shades of Orchid #E673CC

Tints of Orchid #E673CC

Color information

#E673CC (or 0xE673CC) is unknown color: approx Orchid. HEX triplet: E6, 73 and CC. RGB value is (230,115,204). Sum of RGB (Red+Green+Blue) = 230+115+204=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E673CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673CC is #198C33. Grayscale: #9F9F9F. Windows color (decimal): -1674292 or 13399014. OLE color: 13399014.

HSL color Cylindrical-coordinate representation of color #E673CC: hue angle of 313.57º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E673CC is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB230115204-
CMYK00.50.110.10
HSL313.57º69.7%67.65%-
HSV(B)313.57º50%90.2%-
XYZ49.6633.4460.96-
YUV159.53153.1178.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.89%
GREEN value IS 115 (45.31% from 255) = 20.95%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=41.89%
G=20.95%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011520400.50.110.10313.5769.767.65
HexE673CC032BA13a4644
Octal3461633140621312472106104
Binary1110011011100111100110001100101011101010011101010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E673CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E673CC; }

 p { color: rgb(230,115,204); }

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

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

 a { background-color: rgb(230,115,204); }

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

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

 span { border-color: rgb(230,115,204); }

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