#DB77E6

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

Shades of Orchid #DB77E6

Tints of Orchid #DB77E6

Color information

#DB77E6 (or 0xDB77E6) is unknown color: approx Orchid. HEX triplet: DB, 77 and E6. RGB value is (219,119,230). Sum of RGB (Red+Green+Blue) = 219+119+230=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB77E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77E6 is #248819. Grayscale: #A1A1A1. Windows color (decimal): -2394138 or 15103963. OLE color: 15103963.

HSL color Cylindrical-coordinate representation of color #DB77E6: hue angle of 294.05º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB77E6 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219119230-
CMYK0.050.4800.10
HSL294.05º68.94%68.43%-
HSV(B)294.05º48.26%90.2%-
XYZ50.0933.9778.78-
YUV161.55166.63168.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 119 (46.88% from 255) = 20.95%
BLUE value IS 230 (90.23% from 255) = 40.49%
R=38.56%
G=20.95%
B=40.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191192300.050.4800.10294.0568.9468.43
HexDB77E65300A1264544
Octal333167346560012446105104
Binary110110111110111111001101011100000101010010011010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB77E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB77E6; }

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

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

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

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

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

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

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

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