#DC78C1

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

Shades of Orchid #DC78C1

Tints of Orchid #DC78C1

Color information

#DC78C1 (or 0xDC78C1) is unknown color: approx Orchid. HEX triplet: DC, 78 and C1. RGB value is (220,120,193). Sum of RGB (Red+Green+Blue) = 220+120+193=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78C1 is #23873E. Grayscale: #9E9E9E. Windows color (decimal): -2328383 or 12679388. OLE color: 12679388.

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

Color convert

RGB220120193-
CMYK00.450.120.14
HSL316.2º58.82%66.67%-
HSV(B)316.2º45.45%86.27%-
XYZ45.8632.554.31-
YUV158.22147.63172.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.28%
GREEN value IS 120 (47.27% from 255) = 22.51%
BLUE value IS 193 (75.78% from 255) = 36.21%
R=41.28%
G=22.51%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012019300.450.120.14316.258.8266.67
HexDC78C102DCE13c3b43
Octal334170301055141647473103
Binary110111001111000110000010101101110011101001111001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC78C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC78C1; }

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

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

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

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

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

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

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

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