#C560ED

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

Shades of Medium Orchid #C560ED

Tints of Medium Orchid #C560ED

Color information

#C560ED (or 0xC560ED) is unknown color: approx Medium Orchid. HEX triplet: C5, 60 and ED. RGB value is (197,96,237). Sum of RGB (Red+Green+Blue) = 197+96+237=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #C560ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C560ED is #3A9F12. Grayscale: #8D8D8D. Windows color (decimal): -3841811 or 15556805. OLE color: 15556805.

HSL color Cylindrical-coordinate representation of color #C560ED: hue angle of 282.98º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C560ED is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19796237-
CMYK0.170.5900.07
HSL282.98º79.66%65.29%-
HSV(B)282.98º59.49%92.94%-
XYZ42.4926.3582.97-
YUV142.27181.46167.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.17%
GREEN value IS 96 (37.89% from 255) = 18.11%
BLUE value IS 237 (92.97% from 255) = 44.72%
R=37.17%
G=18.11%
B=44.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal197962370.170.5900.07282.9879.6665.29
HexC560ED113B0711b5041
Octal305140355217307433120101
Binary1100010111000001110110110001111011011110001101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C560ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C560ED; }

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

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

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

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

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

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

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

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