#DF82DE

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

Shades of Orchid #DF82DE

Tints of Orchid #DF82DE

Color information

#DF82DE (or 0xDF82DE) is unknown color: approx Orchid. HEX triplet: DF, 82 and DE. RGB value is (223,130,222). Sum of RGB (Red+Green+Blue) = 223+130+222=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82DE is #207D21. Grayscale: #A8A8A8. Windows color (decimal): -2129186 or 14582495. OLE color: 14582495.

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

Color convert

RGB223130222-
CMYK00.420.000.13
HSL300.65º59.24%69.22%-
HSV(B)300.65º41.7%87.45%-
XYZ51.636.9373.52-
YUV168.3158.31167.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 130 (51.17% from 255) = 22.61%
BLUE value IS 222 (87.11% from 255) = 38.61%
R=38.78%
G=22.61%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313022200.420.000.13300.6559.2469.22
HexDF82DE02A0D12d3b45
Octal33720233605201545573105
Binary1101111110000010110111100101010011011001011011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF82DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF82DE; }

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

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

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

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

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

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

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

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