#E66BD2

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

Shades of Orchid #E66BD2

Tints of Orchid #E66BD2

Color information

#E66BD2 (or 0xE66BD2) is unknown color: approx Orchid. HEX triplet: E6, 6B and D2. RGB value is (230,107,210). Sum of RGB (Red+Green+Blue) = 230+107+210=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66BD2 is #19942D. Grayscale: #9B9B9B. Windows color (decimal): -1676334 or 13790182. OLE color: 13790182.

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

Color convert

RGB230107210-
CMYK00.530.090.10
HSL309.76º71.1%66.08%-
HSV(B)309.76º53.48%90.2%-
XYZ49.5231.9964.54-
YUV155.52158.75181.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.05%
GREEN value IS 107 (42.19% from 255) = 19.56%
BLUE value IS 210 (82.42% from 255) = 38.39%
R=42.05%
G=19.56%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010721000.530.090.10309.7671.166.08
HexE66BD20359A1364742
Octal3461533220651112466107102
Binary1110011011010111101001001101011001101010011011010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66BD2; }

 p { color: rgb(230,107,210); }

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

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

 a { background-color: rgb(230,107,210); }

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

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

 span { border-color: rgb(230,107,210); }

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