#C560D1

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

Shades of Medium Orchid #C560D1

Tints of Medium Orchid #C560D1

Color information

#C560D1 (or 0xC560D1) is unknown color: approx Medium Orchid. HEX triplet: C5, 60 and D1. RGB value is (197,96,209). Sum of RGB (Red+Green+Blue) = 197+96+209=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #C560D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560D1 is #3A9F2E. Grayscale: #8A8A8A. Windows color (decimal): -3841839 or 13721797. OLE color: 13721797.

HSL color Cylindrical-coordinate representation of color #C560D1: hue angle of 293.63º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C560D1 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19796209-
CMYK0.060.5400.18
HSL293.63º55.12%59.8%-
HSV(B)293.63º54.07%81.96%-
XYZ38.7224.8463.08-
YUV139.08167.46169.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 96 (37.89% from 255) = 19.12%
BLUE value IS 209 (82.03% from 255) = 41.63%
R=39.24%
G=19.12%
B=41.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal197962090.060.5400.18293.6355.1259.8
HexC560D1636012126373c
Octal3051403216660224466774
Binary11000101110000011010001110110110010010100100110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C560D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C560D1; }

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

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

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

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

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

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

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

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