#DE82DD

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

Shades of Orchid #DE82DD

Tints of Orchid #DE82DD

Color information

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

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

Color convert

RGB222130221-
CMYK00.410.000.13
HSL300.65º58.23%69.02%-
HSV(B)300.65º41.44%87.06%-
XYZ51.1636.7272.8-
YUV167.88157.98166.6-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213022100.410.000.13300.6558.2369.02
HexDE82DD0290D12d3a45
Octal33620233505101545572105
Binary1101111010000010110111010101001011011001011011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82DD; }

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

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

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

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

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

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

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

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