#DD7ECB

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

Shades of Orchid #DD7ECB

Tints of Orchid #DD7ECB

Color information

#DD7ECB (or 0xDD7ECB) is unknown color: approx Orchid. HEX triplet: DD, 7E and CB. RGB value is (221,126,203). Sum of RGB (Red+Green+Blue) = 221+126+203=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ECB is #228134. Grayscale: #A2A2A2. Windows color (decimal): -2261301 or 13336285. OLE color: 13336285.

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

Color convert

RGB221126203-
CMYK00.430.080.13
HSL311.37º58.28%68.04%-
HSV(B)311.37º42.99%86.67%-
XYZ48.0634.6160.65-
YUV163.18150.47169.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 126 (49.61% from 255) = 22.91%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=40.18%
G=22.91%
B=36.91%

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
Decimal22112620300.430.080.13311.3758.2868.04
HexDD7ECB02B8D1373a44
Octal335176313053101546772104
Binary110111011111110110010110101011100011011001101111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7ECB; }

 p { color: rgb(221,126,203); }

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

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

 a { background-color: rgb(221,126,203); }

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

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

 span { border-color: rgb(221,126,203); }

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