#E07DDC

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

Shades of Orchid #E07DDC

Tints of Orchid #E07DDC

Color information

#E07DDC (or 0xE07DDC) is unknown color: approx Orchid. HEX triplet: E0, 7D and DC. RGB value is (224,125,220). Sum of RGB (Red+Green+Blue) = 224+125+220=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DDC is #1F8223. Grayscale: #A5A5A5. Windows color (decimal): -2064932 or 14450144. OLE color: 14450144.

HSL color Cylindrical-coordinate representation of color #E07DDC: hue angle of 302.42º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07DDC is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224125220-
CMYK00.440.020.12
HSL302.42º61.49%68.43%-
HSV(B)302.42º44.2%87.84%-
XYZ50.9935.6871.91-
YUV165.43158.8169.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.37%
GREEN value IS 125 (49.22% from 255) = 21.97%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=39.37%
G=21.97%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412522000.440.020.12302.4261.4968.43
HexE07DDC02C2C12e3d44
Octal34017533405421445675104
Binary1110000011111011101110001011001011001001011101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07DDC; }

 p { color: rgb(224,125,220); }

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

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

 a { background-color: rgb(224,125,220); }

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

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

 span { border-color: rgb(224,125,220); }

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