#DE73C3

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

Shades of Orchid #DE73C3

Tints of Orchid #DE73C3

Color information

#DE73C3 (or 0xDE73C3) is unknown color: approx Orchid. HEX triplet: DE, 73 and C3. RGB value is (222,115,195). Sum of RGB (Red+Green+Blue) = 222+115+195=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DE73C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE73C3 is #218C3C. Grayscale: #9B9B9B. Windows color (decimal): -2198589 or 12809182. OLE color: 12809182.

HSL color Cylindrical-coordinate representation of color #DE73C3: hue angle of 315.14º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE73C3 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB222115195-
CMYK00.480.120.13
HSL315.14º61.85%66.08%-
HSV(B)315.14º48.2%87.06%-
XYZ46.1131.7355.32-
YUV156.11149.95175-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.73%
GREEN value IS 115 (45.31% from 255) = 21.62%
BLUE value IS 195 (76.56% from 255) = 36.65%
R=41.73%
G=21.62%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211519500.480.120.13315.1461.8566.08
HexDE73C3030CD13b3e42
Octal336163303060141547376102
Binary110111101110011110000110110000110011011001110111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE73C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE73C3; }

 p { color: rgb(222,115,195); }

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

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

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

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

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

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

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