#DC6EC5

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

Shades of Orchid #DC6EC5

Tints of Orchid #DC6EC5

Color information

#DC6EC5 (or 0xDC6EC5) is unknown color: approx Orchid. HEX triplet: DC, 6E and C5. RGB value is (220,110,197). Sum of RGB (Red+Green+Blue) = 220+110+197=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EC5 is #23913A. Grayscale: #989898. Windows color (decimal): -2330939 or 12938972. OLE color: 12938972.

HSL color Cylindrical-coordinate representation of color #DC6EC5: hue angle of 312.55º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6EC5 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB220110197-
CMYK00.500.100.14
HSL312.55º61.11%64.71%-
HSV(B)312.55º50%86.27%-
XYZ45.1730.456.31-
YUV152.81152.94175.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 110 (43.36% from 255) = 20.87%
BLUE value IS 197 (77.34% from 255) = 37.38%
R=41.75%
G=20.87%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011019700.500.100.14312.5561.1164.71
HexDC6EC5032AE1393d41
Octal334156305062121647175101
Binary110111001101110110001010110010101011101001110011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6EC5; }

 p { color: rgb(220,110,197); }

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

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

 a { background-color: rgb(220,110,197); }

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

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

 span { border-color: rgb(220,110,197); }

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