#DC77C8

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

Shades of Orchid #DC77C8

Tints of Orchid #DC77C8

Color information

#DC77C8 (or 0xDC77C8) is unknown color: approx Orchid. HEX triplet: DC, 77 and C8. RGB value is (220,119,200). Sum of RGB (Red+Green+Blue) = 220+119+200=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77C8 is #238837. Grayscale: #9E9E9E. Windows color (decimal): -2328632 or 13137884. OLE color: 13137884.

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

Color convert

RGB220119200-
CMYK00.460.090.14
HSL311.88º59.06%66.47%-
HSV(B)311.88º45.91%86.27%-
XYZ46.5432.5858.48-
YUV158.43151.46171.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 119 (46.88% from 255) = 22.08%
BLUE value IS 200 (78.52% from 255) = 37.11%
R=40.82%
G=22.08%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011920000.460.090.14311.8859.0666.47
HexDC77C802E9E1383b42
Octal334167310056111647073102
Binary110111001110111110010000101110100111101001110001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC77C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC77C8; }

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

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

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

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

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

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

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

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