#DC77C7

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

Shades of Orchid #DC77C7

Tints of Orchid #DC77C7

Color information

#DC77C7 (or 0xDC77C7) is unknown color: approx Orchid. HEX triplet: DC, 77 and C7. RGB value is (220,119,199). Sum of RGB (Red+Green+Blue) = 220+119+199=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77C7 is #238838. Grayscale: #9E9E9E. Windows color (decimal): -2328633 or 13072348. OLE color: 13072348.

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

Color convert

RGB220119199-
CMYK00.460.100.14
HSL312.48º59.06%66.47%-
HSV(B)312.48º45.91%86.27%-
XYZ46.4232.5357.87-
YUV158.32150.96172-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 119 (46.88% from 255) = 22.12%
BLUE value IS 199 (78.12% from 255) = 36.99%
R=40.89%
G=22.12%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011919900.460.100.14312.4859.0666.47
HexDC77C702EAE1383b42
Octal334167307056121647073102
Binary110111001110111110001110101110101011101001110001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC77C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC77C7; }

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

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

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

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

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

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

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

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