#DC80C5

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

Shades of Orchid #DC80C5

Tints of Orchid #DC80C5

Color information

#DC80C5 (or 0xDC80C5) is unknown color: approx Orchid. HEX triplet: DC, 80 and C5. RGB value is (220,128,197). Sum of RGB (Red+Green+Blue) = 220+128+197=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80C5 is #237F3A. Grayscale: #A3A3A3. Windows color (decimal): -2326331 or 12943580. OLE color: 12943580.

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

Color convert

RGB220128197-
CMYK00.420.100.14
HSL315º56.79%68.24%-
HSV(B)315º41.82%86.27%-
XYZ47.3134.6957.02-
YUV163.37146.98168.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 197 (77.34% from 255) = 36.15%
R=40.37%
G=23.49%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012819700.420.100.1431556.7968.24
HexDC80C502AAE13b3944
Octal334200305052121647371104
Binary1101110010000000110001010101010101011101001110111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80C5; }

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

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

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

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

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

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

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

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