#E66FD8

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

Shades of Orchid #E66FD8

Tints of Orchid #E66FD8

Color information

#E66FD8 (or 0xE66FD8) is unknown color: approx Orchid. HEX triplet: E6, 6F and D8. RGB value is (230,111,216). Sum of RGB (Red+Green+Blue) = 230+111+216=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FD8 is #199027. Grayscale: #9E9E9E. Windows color (decimal): -1675304 or 14184422. OLE color: 14184422.

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

Color convert

RGB230111216-
CMYK00.520.060.10
HSL307.06º70.41%66.86%-
HSV(B)307.06º51.74%90.2%-
XYZ50.7133.1568.69-
YUV158.55160.42178.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.29%
GREEN value IS 111 (43.75% from 255) = 19.93%
BLUE value IS 216 (84.77% from 255) = 38.78%
R=41.29%
G=19.93%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011121600.520.060.10307.0670.4166.86
HexE66FD80346A1334643
Octal346157330064612463106103
Binary111001101101111110110000110100110101010011001110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66FD8; }

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

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

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

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

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

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

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

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