#DD7DCB

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

Shades of Orchid #DD7DCB

Tints of Orchid #DD7DCB

Color information

#DD7DCB (or 0xDD7DCB) is unknown color: approx Orchid. HEX triplet: DD, 7D and CB. RGB value is (221,125,203). Sum of RGB (Red+Green+Blue) = 221+125+203=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DCB is #228234. Grayscale: #A2A2A2. Windows color (decimal): -2261557 or 13336029. OLE color: 13336029.

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

Color convert

RGB221125203-
CMYK00.430.080.13
HSL311.25º58.54%67.84%-
HSV(B)311.25º43.44%86.67%-
XYZ47.9334.3560.6-
YUV162.6150.8169.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 125 (49.22% from 255) = 22.77%
BLUE value IS 203 (79.69% from 255) = 36.98%
R=40.26%
G=22.77%
B=36.98%

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
Decimal22112520300.430.080.13311.2558.5467.84
HexDD7DCB02B8D1373b44
Octal335175313053101546773104
Binary110111011111101110010110101011100011011001101111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DCB; }

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

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

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

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

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

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

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

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