#DC80C4

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

Shades of Orchid #DC80C4

Tints of Orchid #DC80C4

Color information

#DC80C4 (or 0xDC80C4) is unknown color: approx Orchid. HEX triplet: DC, 80 and C4. RGB value is (220,128,196). Sum of RGB (Red+Green+Blue) = 220+128+196=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80C4 is #237F3B. Grayscale: #A3A3A3. Windows color (decimal): -2326332 or 12878044. OLE color: 12878044.

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

Color convert

RGB220128196-
CMYK00.420.110.14
HSL315.65º56.79%68.24%-
HSV(B)315.65º41.82%86.27%-
XYZ47.234.6456.42-
YUV163.26146.48168.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 128 (50.39% from 255) = 23.53%
BLUE value IS 196 (76.95% from 255) = 36.03%
R=40.44%
G=23.53%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012819600.420.110.14315.6556.7968.24
HexDC80C402ABE13c3944
Octal334200304052131647471104
Binary1101110010000000110001000101010101111101001111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80C4; }

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

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

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

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

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

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

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

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