#E66FD1

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

Shades of Orchid #E66FD1

Tints of Orchid #E66FD1

Color information

#E66FD1 (or 0xE66FD1) is unknown color: approx Orchid. HEX triplet: E6, 6F and D1. RGB value is (230,111,209). Sum of RGB (Red+Green+Blue) = 230+111+209=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FD1 is #19902E. Grayscale: #9D9D9D. Windows color (decimal): -1675311 or 13725670. OLE color: 13725670.

HSL color Cylindrical-coordinate representation of color #E66FD1: hue angle of 310.59º 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 #E66FD1 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB230111209-
CMYK00.520.090.10
HSL310.59º70.41%66.86%-
HSV(B)310.59º51.74%90.2%-
XYZ49.8332.864.03-
YUV157.75156.92179.53-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.82%
GREEN value IS 111 (43.75% from 255) = 20.18%
BLUE value IS 209 (82.03% from 255) = 38%
R=41.82%
G=20.18%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011120900.520.090.10310.5970.4166.86
HexE66FD10349A1374643
Octal3461573210641112467106103
Binary1110011011011111101000101101001001101010011011110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66FD1; }

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

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

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

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

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

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

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

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