#DC80C6

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

Shades of Orchid #DC80C6

Tints of Orchid #DC80C6

Color information

#DC80C6 (or 0xDC80C6) is unknown color: approx Orchid. HEX triplet: DC, 80 and C6. RGB value is (220,128,198). Sum of RGB (Red+Green+Blue) = 220+128+198=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80C6 is #237F39. Grayscale: #A3A3A3. Windows color (decimal): -2326330 or 13009116. OLE color: 13009116.

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

Color convert

RGB220128198-
CMYK00.420.10.14
HSL314.35º56.79%68.24%-
HSV(B)314.35º41.82%86.27%-
XYZ47.4334.7357.63-
YUV163.49147.48168.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 128 (50.39% from 255) = 23.44%
BLUE value IS 198 (77.73% from 255) = 36.26%
R=40.29%
G=23.44%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012819800.420.10.14314.3556.7968.24
HexDC80C602AAE13a3944
Octal334200306052121647271104
Binary1101110010000000110001100101010101011101001110101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80C6; }

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

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

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

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

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

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

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

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