#DD82CC

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

Shades of Orchid #DD82CC

Tints of Orchid #DD82CC

Color information

#DD82CC (or 0xDD82CC) is unknown color: approx Orchid. HEX triplet: DD, 82 and CC. RGB value is (221,130,204). Sum of RGB (Red+Green+Blue) = 221+130+204=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82CC is #227D33. Grayscale: #A5A5A5. Windows color (decimal): -2260276 or 13402845. OLE color: 13402845.

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

Color convert

RGB221130204-
CMYK00.410.080.13
HSL311.21º57.23%68.82%-
HSV(B)311.21º41.18%86.67%-
XYZ48.735.761.45-
YUV165.64149.65167.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 130 (51.17% from 255) = 23.42%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=39.82%
G=23.42%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113020400.410.080.13311.2157.2368.82
HexDD82CC0298D1373945
Octal335202314051101546771105
Binary1101110110000010110011000101001100011011001101111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82CC; }

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

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

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

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

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

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

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

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