#DD82C5

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

Shades of Orchid #DD82C5

Tints of Orchid #DD82C5

Color information

#DD82C5 (or 0xDD82C5) is unknown color: approx Orchid. HEX triplet: DD, 82 and C5. RGB value is (221,130,197). Sum of RGB (Red+Green+Blue) = 221+130+197=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82C5 is #227D3A. Grayscale: #A4A4A4. Windows color (decimal): -2260283 or 12944093. OLE color: 12944093.

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

Color convert

RGB221130197-
CMYK00.410.110.13
HSL315.82º57.23%68.82%-
HSV(B)315.82º41.18%86.67%-
XYZ47.8835.3757.13-
YUV164.85146.15168.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 130 (51.17% from 255) = 23.72%
BLUE value IS 197 (77.34% from 255) = 35.95%
R=40.33%
G=23.72%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113019700.410.110.13315.8257.2368.82
HexDD82C5029BD13c3945
Octal335202305051131547471105
Binary1101110110000010110001010101001101111011001111001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82C5; }

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

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

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

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

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

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

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

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