#DE84CB

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

Shades of Orchid #DE84CB

Tints of Orchid #DE84CB

Color information

#DE84CB (or 0xDE84CB) is unknown color: approx Orchid. HEX triplet: DE, 84 and CB. RGB value is (222,132,203). Sum of RGB (Red+Green+Blue) = 222+132+203=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DE84CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE84CB is #217B34. Grayscale: #A6A6A6. Windows color (decimal): -2194229 or 13337822. OLE color: 13337822.

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

Color convert

RGB222132203-
CMYK00.410.090.13
HSL312.67º57.69%69.41%-
HSV(B)312.67º40.54%87.06%-
XYZ49.1536.3460.92-
YUV167148.32167.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.86%
GREEN value IS 132 (51.95% from 255) = 23.70%
BLUE value IS 203 (79.69% from 255) = 36.45%
R=39.86%
G=23.70%
B=36.45%

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
Decimal22213220300.410.090.13312.6757.6969.41
HexDE84CB0299D1393a45
Octal336204313051111547172105
Binary1101111010000100110010110101001100111011001110011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE84CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE84CB; }

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

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

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

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

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

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

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

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