#DB77DB

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

Shades of Orchid #DB77DB

Tints of Orchid #DB77DB

Color information

#DB77DB (or 0xDB77DB) is unknown color: approx Orchid. HEX triplet: DB, 77 and DB. RGB value is (219,119,219). Sum of RGB (Red+Green+Blue) = 219+119+219=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77DB is #248824. Grayscale: #A0A0A0. Windows color (decimal): -2394149 or 14383067. OLE color: 14383067.

HSL color Cylindrical-coordinate representation of color #DB77DB: hue angle of 300º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB77DB is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219119219-
CMYK00.4600.14
HSL300º58.14%66.27%-
HSV(B)300º45.66%85.88%-
XYZ48.633.3770.9-
YUV160.3161.13169.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.32%
GREEN value IS 119 (46.88% from 255) = 21.36%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=39.32%
G=21.36%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911921900.4600.1430058.1466.27
HexDB77DB02E0E12c3a42
Octal33316733305601645472102
Binary110110111110111110110110101110011101001011001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB77DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB77DB; }

 p { color: rgb(219,119,219); }

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

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

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

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

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

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

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