#DD82D8

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

Shades of Orchid #DD82D8

Tints of Orchid #DD82D8

Color information

#DD82D8 (or 0xDD82D8) is unknown color: approx Orchid. HEX triplet: DD, 82 and D8. RGB value is (221,130,216). Sum of RGB (Red+Green+Blue) = 221+130+216=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82D8 is #227D27. Grayscale: #A6A6A6. Windows color (decimal): -2260264 or 14189277. OLE color: 14189277.

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

Color convert

RGB221130216-
CMYK00.410.020.13
HSL303.3º57.23%68.82%-
HSV(B)303.3º41.18%86.67%-
XYZ50.236.369.33-
YUV167.01155.65166.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 130 (51.17% from 255) = 22.93%
BLUE value IS 216 (84.77% from 255) = 38.10%
R=38.98%
G=22.93%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113021600.410.020.13303.357.2368.82
HexDD82D80292D12f3945
Octal33520233005121545771105
Binary11011101100000101101100001010011011011001011111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82D8; }

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

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

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

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

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

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

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

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