#DC77DC

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

Shades of Orchid #DC77DC

Tints of Orchid #DC77DC

Color information

#DC77DC (or 0xDC77DC) is unknown color: approx Orchid. HEX triplet: DC, 77 and DC. RGB value is (220,119,220). Sum of RGB (Red+Green+Blue) = 220+119+220=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77DC is #238823. Grayscale: #A0A0A0. Windows color (decimal): -2328612 or 14448604. OLE color: 14448604.

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

Color convert

RGB220119220-
CMYK00.4600.14
HSL300º59.06%66.47%-
HSV(B)300º45.91%86.27%-
XYZ49.0333.5871.61-
YUV160.71161.46170.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 119 (46.88% from 255) = 21.29%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=39.36%
G=21.29%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011922000.4600.1430059.0666.47
HexDC77DC02E0E12c3b42
Octal33416733405601645473102
Binary110111001110111110111000101110011101001011001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC77DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC77DC; }

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

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

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

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

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

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

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

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