#DC80CC

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

Shades of Orchid #DC80CC

Tints of Orchid #DC80CC

Color information

#DC80CC (or 0xDC80CC) is unknown color: approx Orchid. HEX triplet: DC, 80 and CC. RGB value is (220,128,204). Sum of RGB (Red+Green+Blue) = 220+128+204=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80CC is #237F33. Grayscale: #A3A3A3. Windows color (decimal): -2326324 or 13402332. OLE color: 13402332.

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

Color convert

RGB220128204-
CMYK00.420.070.14
HSL310.43º56.79%68.24%-
HSV(B)310.43º41.82%86.27%-
XYZ48.1335.0161.35-
YUV164.17150.48167.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 128 (50.39% from 255) = 23.19%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=39.86%
G=23.19%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012820400.420.070.14310.4356.7968.24
HexDC80CC02A7E1363944
Octal33420031405271646671104
Binary110111001000000011001100010101011111101001101101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80CC; }

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

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

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

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

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

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

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

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