#DC80D8

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

Shades of Orchid #DC80D8

Tints of Orchid #DC80D8

Color information

#DC80D8 (or 0xDC80D8) is unknown color: approx Orchid. HEX triplet: DC, 80 and D8. RGB value is (220,128,216). Sum of RGB (Red+Green+Blue) = 220+128+216=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80D8 is #237F27. Grayscale: #A5A5A5. Windows color (decimal): -2326312 or 14188764. OLE color: 14188764.

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

Color convert

RGB220128216-
CMYK00.420.020.14
HSL302.61º56.79%68.24%-
HSV(B)302.61º41.82%86.27%-
XYZ49.6335.6169.22-
YUV165.54156.48166.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 128 (50.39% from 255) = 22.70%
BLUE value IS 216 (84.77% from 255) = 38.30%
R=39.01%
G=22.70%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012821600.420.020.14302.6156.7968.24
HexDC80D802A2E12f3944
Octal33420033005221645771104
Binary11011100100000001101100001010101011101001011111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80D8; }

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

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

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

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

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

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

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

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