#E66FD6

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

Shades of Orchid #E66FD6

Tints of Orchid #E66FD6

Color information

#E66FD6 (or 0xE66FD6) is unknown color: approx Orchid. HEX triplet: E6, 6F and D6. RGB value is (230,111,214). Sum of RGB (Red+Green+Blue) = 230+111+214=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FD6 is #199029. Grayscale: #9E9E9E. Windows color (decimal): -1675306 or 14053350. OLE color: 14053350.

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

Color convert

RGB230111214-
CMYK00.520.070.10
HSL308.07º70.41%66.86%-
HSV(B)308.07º51.74%90.2%-
XYZ50.4633.0567.34-
YUV158.32159.42179.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.44%
GREEN value IS 111 (43.75% from 255) = 20%
BLUE value IS 214 (83.98% from 255) = 38.56%
R=41.44%
G=20%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011121400.520.070.10308.0770.4166.86
HexE66FD60347A1344643
Octal346157326064712464106103
Binary111001101101111110101100110100111101010011010010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66FD6; }

 p { color: rgb(230,111,214); }

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

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

 a { background-color: rgb(230,111,214); }

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

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

 span { border-color: rgb(230,111,214); }

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