#DD7EC8

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

Shades of Orchid #DD7EC8

Tints of Orchid #DD7EC8

Color information

#DD7EC8 (or 0xDD7EC8) is unknown color: approx Orchid. HEX triplet: DD, 7E and C8. RGB value is (221,126,200). Sum of RGB (Red+Green+Blue) = 221+126+200=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EC8 is #228137. Grayscale: #A2A2A2. Windows color (decimal): -2261304 or 13139677. OLE color: 13139677.

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

Color convert

RGB221126200-
CMYK00.430.100.13
HSL313.26º58.28%68.04%-
HSV(B)313.26º42.99%86.67%-
XYZ47.734.4658.78-
YUV162.84148.97169.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 126 (49.61% from 255) = 23.03%
BLUE value IS 200 (78.52% from 255) = 36.56%
R=40.40%
G=23.03%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112620000.430.100.13313.2658.2868.04
HexDD7EC802BAD1393a44
Octal335176310053121547172104
Binary110111011111110110010000101011101011011001110011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7EC8; }

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

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

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

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

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

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

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

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