#DE7ED6

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

Shades of Orchid #DE7ED6

Tints of Orchid #DE7ED6

Color information

#DE7ED6 (or 0xDE7ED6) is unknown color: approx Orchid. HEX triplet: DE, 7E and D6. RGB value is (222,126,214). Sum of RGB (Red+Green+Blue) = 222+126+214=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7ED6 is #218129. Grayscale: #A4A4A4. Windows color (decimal): -2195754 or 14057182. OLE color: 14057182.

HSL color Cylindrical-coordinate representation of color #DE7ED6: hue angle of 305º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7ED6 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB222126214-
CMYK00.430.040.13
HSL305º59.26%68.24%-
HSV(B)305º43.24%87.06%-
XYZ49.7235.3167.81-
YUV164.74155.8168.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.50%
GREEN value IS 126 (49.61% from 255) = 22.42%
BLUE value IS 214 (83.98% from 255) = 38.08%
R=39.50%
G=22.42%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212621400.430.040.1330559.2668.24
HexDE7ED602B4D1313b44
Octal33617632605341546173104
Binary11011110111111011010110010101110011011001100011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7ED6; }

 p { color: rgb(222,126,214); }

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

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

 a { background-color: rgb(222,126,214); }

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

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

 span { border-color: rgb(222,126,214); }

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