#E06DDA

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

Shades of Orchid #E06DDA

Tints of Orchid #E06DDA

Color information

#E06DDA (or 0xE06DDA) is unknown color: approx Orchid. HEX triplet: E0, 6D and DA. RGB value is (224,109,218). Sum of RGB (Red+Green+Blue) = 224+109+218=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 109 (42.97% from 255 or 19.78% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06DDA is #1F9225. Grayscale: #9B9B9B. Windows color (decimal): -2069030 or 14314976. OLE color: 14314976.

HSL color Cylindrical-coordinate representation of color #E06DDA: hue angle of 303.13º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06DDA is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB224109218-
CMYK00.510.030.12
HSL303.13º64.97%65.29%-
HSV(B)303.13º51.34%87.84%-
XYZ48.8631.8569.9-
YUV155.81163.1176.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.65%
GREEN value IS 109 (42.97% from 255) = 19.78%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=40.65%
G=19.78%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410921800.510.030.12303.1364.9765.29
HexE06DDA0333C12f4141
Octal340155332063314457101101
Binary11100000110110111011010011001111110010010111110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06DDA; }

 p { color: rgb(224,109,218); }

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

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

 a { background-color: rgb(224,109,218); }

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

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

 span { border-color: rgb(224,109,218); }

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