#DD7DC4

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

Shades of Orchid #DD7DC4

Tints of Orchid #DD7DC4

Color information

#DD7DC4 (or 0xDD7DC4) is unknown color: approx Orchid. HEX triplet: DD, 7D and C4. RGB value is (221,125,196). Sum of RGB (Red+Green+Blue) = 221+125+196=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DC4 is #22823B. Grayscale: #A1A1A1. Windows color (decimal): -2261564 or 12877277. OLE color: 12877277.

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

Color convert

RGB221125196-
CMYK00.430.110.13
HSL315.62º58.54%67.84%-
HSV(B)315.62º43.44%86.67%-
XYZ47.1234.0256.31-
YUV161.8147.3170.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 125 (49.22% from 255) = 23.06%
BLUE value IS 196 (76.95% from 255) = 36.16%
R=40.77%
G=23.06%
B=36.16%

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
Decimal22112519600.430.110.13315.6258.5467.84
HexDD7DC402BBD13c3b44
Octal335175304053131547473104
Binary110111011111101110001000101011101111011001111001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DC4; }

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

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

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

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

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

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

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

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