#DD82DB

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

Shades of Orchid #DD82DB

Tints of Orchid #DD82DB

Color information

#DD82DB (or 0xDD82DB) is unknown color: approx Orchid. HEX triplet: DD, 82 and DB. RGB value is (221,130,219). Sum of RGB (Red+Green+Blue) = 221+130+219=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82DB is #227D24. Grayscale: #A7A7A7. Windows color (decimal): -2260261 or 14385885. OLE color: 14385885.

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

Color convert

RGB221130219-
CMYK00.410.010.13
HSL301.32º57.23%68.82%-
HSV(B)301.32º41.18%86.67%-
XYZ50.5936.4571.39-
YUV167.36157.15166.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 130 (51.17% from 255) = 22.81%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=38.77%
G=22.81%
B=38.42%

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
Decimal22113021900.410.010.13301.3257.2368.82
HexDD82DB0291D12d3945
Octal33520233305111545571105
Binary1101110110000010110110110101001111011001011011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82DB; }

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

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

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

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

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

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

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

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