#DB77DE

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

Shades of Orchid #DB77DE

Tints of Orchid #DB77DE

Color information

#DB77DE (or 0xDB77DE) is unknown color: approx Orchid. HEX triplet: DB, 77 and DE. RGB value is (219,119,222). Sum of RGB (Red+Green+Blue) = 219+119+222=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB77DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77DE is #248821. Grayscale: #A0A0A0. Windows color (decimal): -2394146 or 14579675. OLE color: 14579675.

HSL color Cylindrical-coordinate representation of color #DB77DE: hue angle of 298.25º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB77DE is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219119222-
CMYK0.010.4600.13
HSL298.25º60.95%66.86%-
HSV(B)298.25º46.4%87.06%-
XYZ4933.5373-
YUV160.64162.63169.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 119 (46.88% from 255) = 21.25%
BLUE value IS 222 (87.11% from 255) = 39.64%
R=39.11%
G=21.25%
B=39.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191192220.010.4600.13298.2560.9566.86
HexDB77DE12E0D12a3d43
Octal33316733615601545275103
Binary110110111110111110111101101110011011001010101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB77DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB77DE; }

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

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

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

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

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

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

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

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