#DD7DCC

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

Shades of Orchid #DD7DCC

Tints of Orchid #DD7DCC

Color information

#DD7DCC (or 0xDD7DCC) is unknown color: approx Orchid. HEX triplet: DD, 7D and CC. RGB value is (221,125,204). Sum of RGB (Red+Green+Blue) = 221+125+204=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DCC is #228233. Grayscale: #A2A2A2. Windows color (decimal): -2261556 or 13401565. OLE color: 13401565.

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

Color convert

RGB221125204-
CMYK00.430.080.13
HSL310.62º58.54%67.84%-
HSV(B)310.62º43.44%86.67%-
XYZ48.0534.461.23-
YUV162.71151.3169.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 125 (49.22% from 255) = 22.73%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=40.18%
G=22.73%
B=37.09%

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
Decimal22112520400.430.080.13310.6258.5467.84
HexDD7DCC02B8D1373b44
Octal335175314053101546773104
Binary110111011111101110011000101011100011011001101111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DCC; }

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

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

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

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

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

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

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

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