#C560DC

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

Shades of Medium Orchid #C560DC

Tints of Medium Orchid #C560DC

Color information

#C560DC (or 0xC560DC) is unknown color: approx Medium Orchid. HEX triplet: C5, 60 and DC. RGB value is (197,96,220). Sum of RGB (Red+Green+Blue) = 197+96+220=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #C560DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560DC is #3A9F23. Grayscale: #8B8B8B. Windows color (decimal): -3841828 or 14442693. OLE color: 14442693.

HSL color Cylindrical-coordinate representation of color #C560DC: hue angle of 288.87º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C560DC is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19796220-
CMYK0.100.5600.14
HSL288.87º63.92%61.96%-
HSV(B)288.87º56.36%86.27%-
XYZ40.1325.470.5-
YUV140.34172.96168.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.40%
GREEN value IS 96 (37.89% from 255) = 18.71%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=38.40%
G=18.71%
B=42.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal197962200.100.5600.14288.8763.9261.96
HexC560DCA380E121403e
Octal305140334127001644110076
Binary110001011100000110111001010111000011101001000011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C560DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C560DC; }

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

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

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

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

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

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

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

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