#DC79C7

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

Shades of Orchid #DC79C7

Tints of Orchid #DC79C7

Color information

#DC79C7 (or 0xDC79C7) is unknown color: approx Orchid. HEX triplet: DC, 79 and C7. RGB value is (220,121,199). Sum of RGB (Red+Green+Blue) = 220+121+199=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79C7 is #238638. Grayscale: #9F9F9F. Windows color (decimal): -2328121 or 13072860. OLE color: 13072860.

HSL color Cylindrical-coordinate representation of color #DC79C7: hue angle of 312.73º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC79C7 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB220121199-
CMYK00.450.100.14
HSL312.73º58.58%66.86%-
HSV(B)312.73º45%86.27%-
XYZ46.6633.0157.95-
YUV159.49150.3171.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 121 (47.66% from 255) = 22.41%
BLUE value IS 199 (78.12% from 255) = 36.85%
R=40.74%
G=22.41%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012119900.450.100.14312.7358.5866.86
HexDC79C702DAE1393b43
Octal334171307055121647173103
Binary110111001111001110001110101101101011101001110011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC79C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC79C7; }

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

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

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

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

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

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

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

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