#DC78D9

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

Shades of Orchid #DC78D9

Tints of Orchid #DC78D9

Color information

#DC78D9 (or 0xDC78D9) is unknown color: approx Orchid. HEX triplet: DC, 78 and D9. RGB value is (220,120,217). Sum of RGB (Red+Green+Blue) = 220+120+217=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78D9 is #238726. Grayscale: #A0A0A0. Windows color (decimal): -2328359 or 14252252. OLE color: 14252252.

HSL color Cylindrical-coordinate representation of color #DC78D9: hue angle of 301.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC78D9 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220120217-
CMYK00.450.010.14
HSL301.8º58.82%66.67%-
HSV(B)301.8º45.45%86.27%-
XYZ48.7633.6669.57-
YUV160.96159.63170.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 120 (47.27% from 255) = 21.54%
BLUE value IS 217 (85.16% from 255) = 38.96%
R=39.50%
G=21.54%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012021700.450.010.14301.858.8266.67
HexDC78D902D1E12e3b43
Octal33417033105511645673103
Binary110111001111000110110010101101111101001011101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC78D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC78D9; }

 p { color: rgb(220,120,217); }

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

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

 a { background-color: rgb(220,120,217); }

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

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

 span { border-color: rgb(220,120,217); }

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