#DA77DC

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

Shades of Orchid #DA77DC

Tints of Orchid #DA77DC

Color information

#DA77DC (or 0xDA77DC) is unknown color: approx Orchid. HEX triplet: DA, 77 and DC. RGB value is (218,119,220). Sum of RGB (Red+Green+Blue) = 218+119+220=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77DC is #258823. Grayscale: #9F9F9F. Windows color (decimal): -2459684 or 14448602. OLE color: 14448602.

HSL color Cylindrical-coordinate representation of color #DA77DC: hue angle of 298.81º degrees, saturation: 0.59, 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 #DA77DC is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218119220-
CMYK0.010.4600.14
HSL298.81º59.06%66.47%-
HSV(B)298.81º45.91%86.27%-
XYZ48.4333.2771.58-
YUV160.12161.8169.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 119 (46.88% from 255) = 21.36%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=39.14%
G=21.36%
B=39.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181192200.010.4600.14298.8159.0666.47
HexDA77DC12E0E12b3b42
Octal33216733415601645373102
Binary110110101110111110111001101110011101001010111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA77DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA77DC; }

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

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

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

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

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

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

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

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