#DD7ECC

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

Shades of Orchid #DD7ECC

Tints of Orchid #DD7ECC

Color information

#DD7ECC (or 0xDD7ECC) is unknown color: approx Orchid. HEX triplet: DD, 7E and CC. RGB value is (221,126,204). Sum of RGB (Red+Green+Blue) = 221+126+204=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ECC is #228133. Grayscale: #A3A3A3. Windows color (decimal): -2261300 or 13401821. OLE color: 13401821.

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

Color convert

RGB221126204-
CMYK00.430.080.13
HSL310.74º58.28%68.04%-
HSV(B)310.74º42.99%86.67%-
XYZ48.1834.6561.28-
YUV163.3150.97169.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 126 (49.61% from 255) = 22.87%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=40.11%
G=22.87%
B=37.02%

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
Decimal22112620400.430.080.13310.7458.2868.04
HexDD7ECC02B8D1373a44
Octal335176314053101546772104
Binary110111011111110110011000101011100011011001101111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7ECC; }

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

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

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

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

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

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

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

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