#DD7DCD

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

Shades of Orchid #DD7DCD

Tints of Orchid #DD7DCD

Color information

#DD7DCD (or 0xDD7DCD) is unknown color: approx Orchid. HEX triplet: DD, 7D and CD. RGB value is (221,125,205). Sum of RGB (Red+Green+Blue) = 221+125+205=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DCD is #228232. Grayscale: #A2A2A2. Windows color (decimal): -2261555 or 13467101. OLE color: 13467101.

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

Color convert

RGB221125205-
CMYK00.430.070.13
HSL310º58.54%67.84%-
HSV(B)310º43.44%86.67%-
XYZ48.1734.4561.87-
YUV162.82151.8169.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=40.11%
G=22.69%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112520500.430.070.1331058.5467.84
HexDD7DCD02B7D1363b44
Octal33517531505371546673104
Binary11011101111110111001101010101111111011001101101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DCD; }

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

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

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

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

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

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

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

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