#E66DC9

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

Shades of Orchid #E66DC9

Tints of Orchid #E66DC9

Color information

#E66DC9 (or 0xE66DC9) is unknown color: approx Orchid. HEX triplet: E6, 6D and C9. RGB value is (230,109,201). Sum of RGB (Red+Green+Blue) = 230+109+201=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DC9 is #199236. Grayscale: #9B9B9B. Windows color (decimal): -1675831 or 13200870. OLE color: 13200870.

HSL color Cylindrical-coordinate representation of color #E66DC9: hue angle of 314.38º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66DC9 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB230109201-
CMYK00.530.130.10
HSL314.38º70.76%66.47%-
HSV(B)314.38º52.61%90.2%-
XYZ48.6431.9858.87-
YUV155.67153.59181.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.59%
GREEN value IS 109 (42.97% from 255) = 20.19%
BLUE value IS 201 (78.91% from 255) = 37.22%
R=42.59%
G=20.19%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010920100.530.130.10314.3870.7666.47
HexE66DC9035DA13a4742
Octal3461553110651512472107102
Binary1110011011011011100100101101011101101010011101010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66DC9; }

 p { color: rgb(230,109,201); }

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

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

 a { background-color: rgb(230,109,201); }

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

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

 span { border-color: rgb(230,109,201); }

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