#DE82DE

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

Shades of Orchid #DE82DE

Tints of Orchid #DE82DE

Color information

#DE82DE (or 0xDE82DE) is unknown color: approx Orchid. HEX triplet: DE, 82 and DE. RGB value is (222,130,222). Sum of RGB (Red+Green+Blue) = 222+130+222=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 130 (51.17% from 255 or 22.65% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE82DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82DE is #217D21. Grayscale: #A7A7A7. Windows color (decimal): -2194722 or 14582494. OLE color: 14582494.

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

Color convert

RGB222130222-
CMYK00.4100.13
HSL300º58.23%69.02%-
HSV(B)300º41.44%87.06%-
XYZ51.2936.7773.5-
YUV168158.48166.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 130 (51.17% from 255) = 22.65%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=38.68%
G=22.65%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213022200.4100.1330058.2369.02
HexDE82DE0290D12c3a45
Octal33620233605101545472105
Binary1101111010000010110111100101001011011001011001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82DE; }

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

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

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

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

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

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

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

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