#C563E2

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

Shades of Medium Orchid #C563E2

Tints of Medium Orchid #C563E2

Color information

#C563E2 (or 0xC563E2) is unknown color: approx Medium Orchid. HEX triplet: C5, 63 and E2. RGB value is (197,99,226). Sum of RGB (Red+Green+Blue) = 197+99+226=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 99 (39.06% from 255 or 18.97% from 522); Blue value is 226 (88.67% from 255 or 43.30% from 522); Max value from RGB is 226 - color contains mainly: blue. Hex color #C563E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563E2 is #3A9C1D. Grayscale: #8E8E8E. Windows color (decimal): -3841054 or 14836677. OLE color: 14836677.

HSL color Cylindrical-coordinate representation of color #C563E2: hue angle of 286.3º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C563E2 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19799226-
CMYK0.130.5600.11
HSL286.3º68.65%63.73%-
HSV(B)286.3º56.19%88.63%-
XYZ41.2226.2874.85-
YUV142.78174.97166.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.74%
GREEN value IS 99 (39.06% from 255) = 18.97%
BLUE value IS 226 (88.67% from 255) = 43.30%
R=37.74%
G=18.97%
B=43.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal197992260.130.5600.11286.368.6563.73
HexC563E2D380B11e4540
Octal3051433421570013436105100
Binary1100010111000111110001011011110000101110001111010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C563E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C563E2; }

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

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

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

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

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

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

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

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