#DE82CA

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

Shades of Orchid #DE82CA

Tints of Orchid #DE82CA

Color information

#DE82CA (or 0xDE82CA) is unknown color: approx Orchid. HEX triplet: DE, 82 and CA. RGB value is (222,130,202). Sum of RGB (Red+Green+Blue) = 222+130+202=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82CA is #217D35. Grayscale: #A5A5A5. Windows color (decimal): -2194742 or 13271774. OLE color: 13271774.

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

Color convert

RGB222130202-
CMYK00.410.090.13
HSL313.04º58.23%69.02%-
HSV(B)313.04º41.44%87.06%-
XYZ48.7735.7660.21-
YUV165.72148.48168.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.07%
GREEN value IS 130 (51.17% from 255) = 23.47%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=40.07%
G=23.47%
B=36.46%

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
Decimal22213020200.410.090.13313.0458.2369.02
HexDE82CA0299D1393a45
Octal336202312051111547172105
Binary1101111010000010110010100101001100111011001110011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82CA; }

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

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

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

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

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

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

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

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