#DC80CE

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

Shades of Orchid #DC80CE

Tints of Orchid #DC80CE

Color information

#DC80CE (or 0xDC80CE) is unknown color: approx Orchid. HEX triplet: DC, 80 and CE. RGB value is (220,128,206). Sum of RGB (Red+Green+Blue) = 220+128+206=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80CE is #237F31. Grayscale: #A4A4A4. Windows color (decimal): -2326322 or 13533404. OLE color: 13533404.

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

Color convert

RGB220128206-
CMYK00.420.060.14
HSL309.13º56.79%68.24%-
HSV(B)309.13º41.82%86.27%-
XYZ48.3735.1162.62-
YUV164.4151.48167.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 128 (50.39% from 255) = 23.10%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=39.71%
G=23.10%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012820600.420.060.14309.1356.7968.24
HexDC80CE02A6E1353944
Octal33420031605261646571104
Binary110111001000000011001110010101011011101001101011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80CE; }

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

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

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

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

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

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

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

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