#DC7EE2

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

Shades of Orchid #DC7EE2

Tints of Orchid #DC7EE2

Color information

#DC7EE2 (or 0xDC7EE2) is unknown color: approx Orchid. HEX triplet: DC, 7E and E2. RGB value is (220,126,226). Sum of RGB (Red+Green+Blue) = 220+126+226=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 226 - color contains mainly: blue. Hex color #DC7EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7EE2 is #23811D. Grayscale: #A5A5A5. Windows color (decimal): -2326814 or 14843612. OLE color: 14843612.

HSL color Cylindrical-coordinate representation of color #DC7EE2: hue angle of 296.4º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7EE2 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220126226-
CMYK0.030.4400.11
HSL296.4º63.29%69.02%-
HSV(B)296.4º44.25%88.63%-
XYZ50.735.6376.16-
YUV165.51162.14166.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 126 (49.61% from 255) = 22.03%
BLUE value IS 226 (88.67% from 255) = 39.51%
R=38.46%
G=22.03%
B=39.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201262260.030.4400.11296.463.2969.02
HexDC7EE232C0B1283f45
Octal33417634235401345077105
Binary1101110011111101110001011101100010111001010001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7EE2; }

 p { color: rgb(220,126,226); }

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

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

 a { background-color: rgb(220,126,226); }

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

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

 span { border-color: rgb(220,126,226); }

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