#DD82DE

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

Shades of Orchid #DD82DE

Tints of Orchid #DD82DE

Color information

#DD82DE (or 0xDD82DE) is unknown color: approx Orchid. HEX triplet: DD, 82 and DE. RGB value is (221,130,222). Sum of RGB (Red+Green+Blue) = 221+130+222=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD82DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82DE is #227D21. Grayscale: #A7A7A7. Windows color (decimal): -2260258 or 14582493. OLE color: 14582493.

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

Color convert

RGB221130222-
CMYK0.000.4100.13
HSL299.35º58.23%69.02%-
HSV(B)299.35º41.44%87.06%-
XYZ50.9936.6173.49-
YUV167.7158.65166.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 130 (51.17% from 255) = 22.69%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=38.57%
G=22.69%
B=38.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211302220.000.4100.13299.3558.2369.02
HexDD82DE0290D12b3a45
Octal33520233605101545372105
Binary1101110110000010110111100101001011011001010111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82DE; }

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

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

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

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

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

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

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

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