#DD7EC4

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

Shades of Orchid #DD7EC4

Tints of Orchid #DD7EC4

Color information

#DD7EC4 (or 0xDD7EC4) is unknown color: approx Orchid. HEX triplet: DD, 7E and C4. RGB value is (221,126,196). Sum of RGB (Red+Green+Blue) = 221+126+196=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EC4 is #22813B. Grayscale: #A2A2A2. Windows color (decimal): -2261308 or 12877533. OLE color: 12877533.

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

Color convert

RGB221126196-
CMYK00.430.110.13
HSL315.79º58.28%68.04%-
HSV(B)315.79º42.99%86.67%-
XYZ47.2434.2856.35-
YUV162.38146.97169.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 126 (49.61% from 255) = 23.20%
BLUE value IS 196 (76.95% from 255) = 36.10%
R=40.70%
G=23.20%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112619600.430.110.13315.7958.2868.04
HexDD7EC402BBD13c3a44
Octal335176304053131547472104
Binary110111011111110110001000101011101111011001111001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7EC4; }

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

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

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

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

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

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

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

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