#DB76E3

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

Shades of Orchid #DB76E3

Tints of Orchid #DB76E3

Color information

#DB76E3 (or 0xDB76E3) is unknown color: approx Orchid. HEX triplet: DB, 76 and E3. RGB value is (219,118,227). Sum of RGB (Red+Green+Blue) = 219+118+227=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 227 (89.06% from 255 or 40.25% from 564); Max value from RGB is 227 - color contains mainly: blue. Hex color #DB76E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76E3 is #24891C. Grayscale: #A0A0A0. Windows color (decimal): -2394397 or 14907099. OLE color: 14907099.

HSL color Cylindrical-coordinate representation of color #DB76E3: hue angle of 295.6º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB76E3 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219118227-
CMYK0.040.4800.11
HSL295.6º66.06%67.65%-
HSV(B)295.6º48.02%89.02%-
XYZ49.5633.5676.54-
YUV160.62165.46169.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.83%
GREEN value IS 118 (46.48% from 255) = 20.92%
BLUE value IS 227 (89.06% from 255) = 40.25%
R=38.83%
G=20.92%
B=40.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191182270.040.4800.11295.666.0667.65
HexDB76E34300B1284244
Octal333166343460013450102104
Binary110110111110110111000111001100000101110010100010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB76E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB76E3; }

 p { color: rgb(219,118,227); }

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

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

 a { background-color: rgb(219,118,227); }

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

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

 span { border-color: rgb(219,118,227); }

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