#DC77DA

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

Shades of Orchid #DC77DA

Tints of Orchid #DC77DA

Color information

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

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

Color convert

RGB220119218-
CMYK00.460.010.14
HSL301.19º59.06%66.47%-
HSV(B)301.19º45.91%86.27%-
XYZ48.7733.4770.22-
YUV160.48160.46170.45-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011921800.460.010.14301.1959.0666.47
HexDC77DA02E1E12d3b42
Octal33416733205611645573102
Binary110111001110111110110100101110111101001011011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC77DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC77DA; }

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

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

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

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

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

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

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

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