#DC80DA

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

Shades of Orchid #DC80DA

Tints of Orchid #DC80DA

Color information

#DC80DA (or 0xDC80DA) is unknown color: approx Orchid. HEX triplet: DC, 80 and DA. RGB value is (220,128,218). Sum of RGB (Red+Green+Blue) = 220+128+218=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80DA is #237F25. Grayscale: #A5A5A5. Windows color (decimal): -2326310 or 14319836. OLE color: 14319836.

HSL color Cylindrical-coordinate representation of color #DC80DA: hue angle of 301.3º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC80DA is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220128218-
CMYK00.420.010.14
HSL301.3º56.79%68.24%-
HSV(B)301.3º41.82%86.27%-
XYZ49.8935.7270.59-
YUV165.77157.48166.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.87%
GREEN value IS 128 (50.39% from 255) = 22.61%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=38.87%
G=22.61%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012821800.420.010.14301.356.7968.24
HexDC80DA02A1E12d3944
Octal33420033205211645571104
Binary1101110010000000110110100101010111101001011011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80DA; }

 p { color: rgb(220,128,218); }

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

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

 a { background-color: rgb(220,128,218); }

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

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

 span { border-color: rgb(220,128,218); }

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