#DE7ECA

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

Shades of Orchid #DE7ECA

Tints of Orchid #DE7ECA

Color information

#DE7ECA (or 0xDE7ECA) is unknown color: approx Orchid. HEX triplet: DE, 7E and CA. RGB value is (222,126,202). Sum of RGB (Red+Green+Blue) = 222+126+202=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7ECA is #218135. Grayscale: #A3A3A3. Windows color (decimal): -2195766 or 13270750. OLE color: 13270750.

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

Color convert

RGB222126202-
CMYK00.430.090.13
HSL312.5º59.26%68.24%-
HSV(B)312.5º43.24%87.06%-
XYZ48.2534.7260.04-
YUV163.37149.8169.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 126 (49.61% from 255) = 22.91%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=40.36%
G=22.91%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212620200.430.090.13312.559.2668.24
HexDE7ECA02B9D1383b44
Octal336176312053111547073104
Binary110111101111110110010100101011100111011001110001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7ECA; }

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

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

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

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

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

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

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

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