#C563E1

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

Shades of Medium Orchid #C563E1

Tints of Medium Orchid #C563E1

Color information

#C563E1 (or 0xC563E1) is unknown color: approx Medium Orchid. HEX triplet: C5, 63 and E1. RGB value is (197,99,225). Sum of RGB (Red+Green+Blue) = 197+99+225=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #C563E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563E1 is #3A9C1E. Grayscale: #8E8E8E. Windows color (decimal): -3841055 or 14771141. OLE color: 14771141.

HSL color Cylindrical-coordinate representation of color #C563E1: hue angle of 286.67º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C563E1 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19799225-
CMYK0.120.5600.12
HSL286.67º67.74%63.53%-
HSV(B)286.67º56%88.24%-
XYZ41.0826.2374.13-
YUV142.67174.47166.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.81%
GREEN value IS 99 (39.06% from 255) = 19.00%
BLUE value IS 225 (88.28% from 255) = 43.19%
R=37.81%
G=19.00%
B=43.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal197992250.120.5600.12286.6767.7463.53
HexC563E1C380C11f4440
Octal3051433411470014437104100
Binary1100010111000111110000111001110000110010001111110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C563E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C563E1; }

 p { color: rgb(197,99,225); }

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

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

 a { background-color: rgb(197,99,225); }

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

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

 span { border-color: rgb(197,99,225); }

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