#DC77C3

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

Shades of Orchid #DC77C3

Tints of Orchid #DC77C3

Color information

#DC77C3 (or 0xDC77C3) is unknown color: approx Orchid. HEX triplet: DC, 77 and C3. RGB value is (220,119,195). Sum of RGB (Red+Green+Blue) = 220+119+195=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77C3 is #23883C. Grayscale: #9D9D9D. Windows color (decimal): -2328637 or 12810204. OLE color: 12810204.

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

Color convert

RGB220119195-
CMYK00.460.110.14
HSL314.85º59.06%66.47%-
HSV(B)314.85º45.91%86.27%-
XYZ45.9632.3555.45-
YUV157.86148.96172.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 119 (46.88% from 255) = 22.28%
BLUE value IS 195 (76.56% from 255) = 36.52%
R=41.20%
G=22.28%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011919500.460.110.14314.8559.0666.47
HexDC77C302EBE13b3b42
Octal334167303056131647373102
Binary110111001110111110000110101110101111101001110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC77C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC77C3; }

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

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

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

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

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

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

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

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