#DD7DDC

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

Shades of Orchid #DD7DDC

Tints of Orchid #DD7DDC

Color information

#DD7DDC (or 0xDD7DDC) is unknown color: approx Orchid. HEX triplet: DD, 7D and DC. RGB value is (221,125,220). Sum of RGB (Red+Green+Blue) = 221+125+220=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DDC is #228223. Grayscale: #A4A4A4. Windows color (decimal): -2261540 or 14450141. OLE color: 14450141.

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

Color convert

RGB221125220-
CMYK00.430.000.13
HSL300.62º58.54%67.84%-
HSV(B)300.62º43.44%86.67%-
XYZ50.0735.2171.87-
YUV164.53159.3168.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 125 (49.22% from 255) = 22.08%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=39.05%
G=22.08%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112522000.430.000.13300.6258.5467.84
HexDD7DDC02B0D12d3b44
Octal33517533405301545573104
Binary110111011111101110111000101011011011001011011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DDC; }

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

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

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

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

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

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

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

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