#DF82DA

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

Shades of Orchid #DF82DA

Tints of Orchid #DF82DA

Color information

#DF82DA (or 0xDF82DA) is unknown color: approx Orchid. HEX triplet: DF, 82 and DA. RGB value is (223,130,218). Sum of RGB (Red+Green+Blue) = 223+130+218=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82DA is #207D25. Grayscale: #A7A7A7. Windows color (decimal): -2129190 or 14320351. OLE color: 14320351.

HSL color Cylindrical-coordinate representation of color #DF82DA: hue angle of 303.23º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF82DA is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223130218-
CMYK00.420.020.13
HSL303.23º59.24%69.22%-
HSV(B)303.23º41.7%87.45%-
XYZ51.0736.7270.72-
YUV167.84156.31167.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 130 (51.17% from 255) = 22.77%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=39.05%
G=22.77%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313021800.420.020.13303.2359.2469.22
HexDF82DA02A2D12f3b45
Octal33720233205221545773105
Binary11011111100000101101101001010101011011001011111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF82DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF82DA; }

 p { color: rgb(223,130,218); }

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

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

 a { background-color: rgb(223,130,218); }

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

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

 span { border-color: rgb(223,130,218); }

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