#DD82DA

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

Shades of Orchid #DD82DA

Tints of Orchid #DD82DA

Color information

#DD82DA (or 0xDD82DA) is unknown color: approx Orchid. HEX triplet: DD, 82 and DA. RGB value is (221,130,218). Sum of RGB (Red+Green+Blue) = 221+130+218=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82DA is #227D25. Grayscale: #A6A6A6. Windows color (decimal): -2260262 or 14320349. OLE color: 14320349.

HSL color Cylindrical-coordinate representation of color #DD82DA: hue angle of 301.98º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD82DA is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221130218-
CMYK00.410.010.13
HSL301.98º57.23%68.82%-
HSV(B)301.98º41.18%86.67%-
XYZ50.4636.470.7-
YUV167.24156.65166.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 130 (51.17% from 255) = 22.85%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=38.84%
G=22.85%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113021800.410.010.13301.9857.2368.82
HexDD82DA0291D12e3945
Octal33520233205111545671105
Binary1101110110000010110110100101001111011001011101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82DA; }

 p { color: rgb(221,130,218); }

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

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

 a { background-color: rgb(221,130,218); }

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

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

 span { border-color: rgb(221,130,218); }

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