#DD82CA

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

Shades of Orchid #DD82CA

Tints of Orchid #DD82CA

Color information

#DD82CA (or 0xDD82CA) is unknown color: approx Orchid. HEX triplet: DD, 82 and CA. RGB value is (221,130,202). Sum of RGB (Red+Green+Blue) = 221+130+202=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82CA is #227D35. Grayscale: #A5A5A5. Windows color (decimal): -2260278 or 13271773. OLE color: 13271773.

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

Color convert

RGB221130202-
CMYK00.410.090.13
HSL312.53º57.23%68.82%-
HSV(B)312.53º41.18%86.67%-
XYZ48.4635.660.19-
YUV165.42148.65167.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 130 (51.17% from 255) = 23.51%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=39.96%
G=23.51%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113020200.410.090.13312.5357.2368.82
HexDD82CA0299D1393945
Octal335202312051111547171105
Binary1101110110000010110010100101001100111011001110011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82CA; }

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

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

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

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

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

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

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

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