#DA77DA

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

Shades of Orchid #DA77DA

Tints of Orchid #DA77DA

Color information

#DA77DA (or 0xDA77DA) is unknown color: approx Orchid. HEX triplet: DA, 77 and DA. RGB value is (218,119,218). Sum of RGB (Red+Green+Blue) = 218+119+218=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA77DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77DA is #258825. Grayscale: #9F9F9F. Windows color (decimal): -2459686 or 14317530. OLE color: 14317530.

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

Color convert

RGB218119218-
CMYK00.4500.15
HSL300º57.23%66.08%-
HSV(B)300º45.41%85.49%-
XYZ48.1733.1670.19-
YUV159.89160.8169.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.28%
GREEN value IS 119 (46.88% from 255) = 21.44%
BLUE value IS 218 (85.55% from 255) = 39.28%
R=39.28%
G=21.44%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811921800.4500.1530057.2366.08
HexDA77DA02D0F12c3942
Octal33216733205501745471102
Binary110110101110111110110100101101011111001011001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA77DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA77DA; }

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

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

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

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

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

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

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

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