#DC80C7

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

Shades of Orchid #DC80C7

Tints of Orchid #DC80C7

Color information

#DC80C7 (or 0xDC80C7) is unknown color: approx Orchid. HEX triplet: DC, 80 and C7. RGB value is (220,128,199). Sum of RGB (Red+Green+Blue) = 220+128+199=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80C7 is #237F38. Grayscale: #A3A3A3. Windows color (decimal): -2326329 or 13074652. OLE color: 13074652.

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

Color convert

RGB220128199-
CMYK00.420.100.14
HSL313.7º56.79%68.24%-
HSV(B)313.7º41.82%86.27%-
XYZ47.5434.7858.24-
YUV163.6147.98168.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 128 (50.39% from 255) = 23.40%
BLUE value IS 199 (78.12% from 255) = 36.38%
R=40.22%
G=23.40%
B=36.38%

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
Decimal22012819900.420.100.14313.756.7968.24
HexDC80C702AAE13a3944
Octal334200307052121647271104
Binary1101110010000000110001110101010101011101001110101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80C7; }

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

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

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

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

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

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

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

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