#E672DD

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

Shades of Orchid #E672DD

Tints of Orchid #E672DD

Color information

#E672DD (or 0xE672DD) is unknown color: approx Orchid. HEX triplet: E6, 72 and DD. RGB value is (230,114,221). Sum of RGB (Red+Green+Blue) = 230+114+221=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E672DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672DD is #198D22. Grayscale: #A0A0A0. Windows color (decimal): -1674531 or 14512870. OLE color: 14512870.

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

Color convert

RGB230114221-
CMYK00.500.040.10
HSL304.66º69.88%67.45%-
HSV(B)304.66º50.43%90.2%-
XYZ51.734.0872.26-
YUV160.88161.93177.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.71%
GREEN value IS 114 (44.92% from 255) = 20.18%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=40.71%
G=20.18%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011422100.500.040.10304.6669.8867.45
HexE672DD0324A1314643
Octal346162335062412461106103
Binary111001101110010110111010110010100101010011000110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E672DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E672DD; }

 p { color: rgb(230,114,221); }

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

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

 a { background-color: rgb(230,114,221); }

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

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

 span { border-color: rgb(230,114,221); }

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