#DE84CA

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

Shades of Orchid #DE84CA

Tints of Orchid #DE84CA

Color information

#DE84CA (or 0xDE84CA) is unknown color: approx Orchid. HEX triplet: DE, 84 and CA. RGB value is (222,132,202). Sum of RGB (Red+Green+Blue) = 222+132+202=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DE84CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE84CA is #217B35. Grayscale: #A6A6A6. Windows color (decimal): -2194230 or 13272286. OLE color: 13272286.

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

Color convert

RGB222132202-
CMYK00.410.090.13
HSL313.33º57.69%69.41%-
HSV(B)313.33º40.54%87.06%-
XYZ49.0436.360.3-
YUV166.89147.82167.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.93%
GREEN value IS 132 (51.95% from 255) = 23.74%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=39.93%
G=23.74%
B=36.33%

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
Decimal22213220200.410.090.13313.3357.6969.41
HexDE84CA0299D1393a45
Octal336204312051111547172105
Binary1101111010000100110010100101001100111011001110011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE84CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE84CA; }

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

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

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

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

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

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

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

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