#E66FCC

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

Shades of Orchid #E66FCC

Tints of Orchid #E66FCC

Color information

#E66FCC (or 0xE66FCC) is unknown color: approx Orchid. HEX triplet: E6, 6F and CC. RGB value is (230,111,204). Sum of RGB (Red+Green+Blue) = 230+111+204=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FCC is #199033. Grayscale: #9C9C9C. Windows color (decimal): -1675316 or 13397990. OLE color: 13397990.

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

Color convert

RGB230111204-
CMYK00.520.110.10
HSL313.11º70.41%66.86%-
HSV(B)313.11º51.74%90.2%-
XYZ49.2232.5560.82-
YUV157.18154.42179.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.20%
GREEN value IS 111 (43.75% from 255) = 20.37%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=42.20%
G=20.37%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011120400.520.110.10313.1170.4166.86
HexE66FCC034BA1394643
Octal3461573140641312471106103
Binary1110011011011111100110001101001011101010011100110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66FCC; }

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

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

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

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

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

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

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

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