#DA77E5

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

Shades of Orchid #DA77E5

Tints of Orchid #DA77E5

Color information

#DA77E5 (or 0xDA77E5) is unknown color: approx Orchid. HEX triplet: DA, 77 and E5. RGB value is (218,119,229). Sum of RGB (Red+Green+Blue) = 218+119+229=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 119 (46.88% from 255 or 21.02% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA77E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77E5 is #25881A. Grayscale: #A0A0A0. Windows color (decimal): -2459675 or 15038426. OLE color: 15038426.

HSL color Cylindrical-coordinate representation of color #DA77E5: hue angle of 294º degrees, saturation: 0.68, 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 #DA77E5 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218119229-
CMYK0.050.4800.10
HSL294º67.9%68.24%-
HSV(B)294º48.03%89.8%-
XYZ49.6533.7678.03-
YUV161.14166.3168.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 119 (46.88% from 255) = 21.02%
BLUE value IS 229 (89.84% from 255) = 40.46%
R=38.52%
G=21.02%
B=40.46%

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
Decimal2181192290.050.4800.1029467.968.24
HexDA77E55300A1264444
Octal332167345560012446104104
Binary110110101110111111001011011100000101010010011010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA77E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA77E5; }

 p { color: rgb(218,119,229); }

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

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

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

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

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

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

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