#DC77C0

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

Shades of Orchid #DC77C0

Tints of Orchid #DC77C0

Color information

#DC77C0 (or 0xDC77C0) is unknown color: approx Orchid. HEX triplet: DC, 77 and C0. RGB value is (220,119,192). Sum of RGB (Red+Green+Blue) = 220+119+192=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77C0 is #23883F. Grayscale: #9D9D9D. Windows color (decimal): -2328640 or 12613596. OLE color: 12613596.

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

Color convert

RGB220119192-
CMYK00.460.130.14
HSL316.63º59.06%66.47%-
HSV(B)316.63º45.91%86.27%-
XYZ45.6332.2253.68-
YUV157.52147.46172.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 119 (46.88% from 255) = 22.41%
BLUE value IS 192 (75.39% from 255) = 36.16%
R=41.43%
G=22.41%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011919200.460.130.14316.6359.0666.47
HexDC77C002EDE13d3b42
Octal334167300056151647573102
Binary110111001110111110000000101110110111101001111011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC77C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC77C0; }

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

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

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

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

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

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

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

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