#DB73E1

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

Shades of Orchid #DB73E1

Tints of Orchid #DB73E1

Color information

#DB73E1 (or 0xDB73E1) is unknown color: approx Orchid. HEX triplet: DB, 73 and E1. RGB value is (219,115,225). Sum of RGB (Red+Green+Blue) = 219+115+225=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB73E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73E1 is #248C1E. Grayscale: #9E9E9E. Windows color (decimal): -2395167 or 14775259. OLE color: 14775259.

HSL color Cylindrical-coordinate representation of color #DB73E1: hue angle of 296.73º 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 #DB73E1 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219115225-
CMYK0.030.4900.12
HSL296.73º64.71%66.67%-
HSV(B)296.73º48.89%88.24%-
XYZ48.9332.7674.98-
YUV158.64165.46171.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 115 (45.31% from 255) = 20.57%
BLUE value IS 225 (88.28% from 255) = 40.25%
R=39.18%
G=20.57%
B=40.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191152250.030.4900.12296.7364.7166.67
HexDB73E13310C1294143
Octal333163341361014451101103
Binary11011011111001111100001111100010110010010100110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB73E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB73E1; }

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

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

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

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

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

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

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

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