#DE82C9

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

Shades of Orchid #DE82C9

Tints of Orchid #DE82C9

Color information

#DE82C9 (or 0xDE82C9) is unknown color: approx Orchid. HEX triplet: DE, 82 and C9. RGB value is (222,130,201). Sum of RGB (Red+Green+Blue) = 222+130+201=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82C9 is #217D36. Grayscale: #A5A5A5. Windows color (decimal): -2194743 or 13206238. OLE color: 13206238.

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

Color convert

RGB222130201-
CMYK00.410.090.13
HSL313.7º58.23%69.02%-
HSV(B)313.7º41.44%87.06%-
XYZ48.6535.7159.59-
YUV165.6147.98168.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 130 (51.17% from 255) = 23.51%
BLUE value IS 201 (78.91% from 255) = 36.35%
R=40.14%
G=23.51%
B=36.35%

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
Decimal22213020100.410.090.13313.758.2369.02
HexDE82C90299D13a3a45
Octal336202311051111547272105
Binary1101111010000010110010010101001100111011001110101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82C9; }

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

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

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

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

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

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

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

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