#DB73D7

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

Shades of Orchid #DB73D7

Tints of Orchid #DB73D7

Color information

#DB73D7 (or 0xDB73D7) is unknown color: approx Orchid. HEX triplet: DB, 73 and D7. RGB value is (219,115,215). Sum of RGB (Red+Green+Blue) = 219+115+215=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73D7 is #248C28. Grayscale: #9D9D9D. Windows color (decimal): -2395177 or 14119899. OLE color: 14119899.

HSL color Cylindrical-coordinate representation of color #DB73D7: hue angle of 302.31º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB73D7 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB219115215-
CMYK00.470.020.14
HSL302.31º59.09%65.49%-
HSV(B)302.31º47.49%85.88%-
XYZ47.6132.2368-
YUV157.5160.46171.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.89%
GREEN value IS 115 (45.31% from 255) = 20.95%
BLUE value IS 215 (84.38% from 255) = 39.16%
R=39.89%
G=20.95%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911521500.470.020.14302.3159.0965.49
HexDB73D702F2E12e3b41
Octal33316332705721645673101
Binary1101101111100111101011101011111011101001011101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB73D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB73D7; }

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

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

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

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

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

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

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

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