#DC73E1

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

Shades of Orchid #DC73E1

Tints of Orchid #DC73E1

Color information

#DC73E1 (or 0xDC73E1) is unknown color: approx Orchid. HEX triplet: DC, 73 and E1. RGB value is (220,115,225). Sum of RGB (Red+Green+Blue) = 220+115+225=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC73E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73E1 is #238C1E. Grayscale: #9E9E9E. Windows color (decimal): -2329631 or 14775260. OLE color: 14775260.

HSL color Cylindrical-coordinate representation of color #DC73E1: hue angle of 297.27º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC73E1 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220115225-
CMYK0.020.4900.12
HSL297.27º64.71%66.67%-
HSV(B)297.27º48.89%88.24%-
XYZ49.2432.9174.99-
YUV158.94165.29171.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 115 (45.31% from 255) = 20.54%
BLUE value IS 225 (88.28% from 255) = 40.18%
R=39.29%
G=20.54%
B=40.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201152250.020.4900.12297.2764.7166.67
HexDC73E12310C1294143
Octal334163341261014451101103
Binary11011100111001111100001101100010110010010100110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC73E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC73E1; }

 p { color: rgb(220,115,225); }

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

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

 a { background-color: rgb(220,115,225); }

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

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

 span { border-color: rgb(220,115,225); }

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