#DF7ECE

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

Shades of Orchid #DF7ECE

Tints of Orchid #DF7ECE

Color information

#DF7ECE (or 0xDF7ECE) is unknown color: approx Orchid. HEX triplet: DF, 7E and CE. RGB value is (223,126,206). Sum of RGB (Red+Green+Blue) = 223+126+206=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ECE is #208131. Grayscale: #A3A3A3. Windows color (decimal): -2130226 or 13532895. OLE color: 13532895.

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

Color convert

RGB223126206-
CMYK00.430.080.13
HSL310.52º60.25%68.43%-
HSV(B)310.52º43.5%87.45%-
XYZ49.0335.0762.58-
YUV164.12151.64170-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.18%
GREEN value IS 126 (49.61% from 255) = 22.70%
BLUE value IS 206 (80.86% from 255) = 37.12%
R=40.18%
G=22.70%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312620600.430.080.13310.5260.2568.43
HexDF7ECE02B8D1373c44
Octal337176316053101546774104
Binary110111111111110110011100101011100011011001101111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7ECE; }

 p { color: rgb(223,126,206); }

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

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

 a { background-color: rgb(223,126,206); }

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

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

 span { border-color: rgb(223,126,206); }

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