#C563CE

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

Shades of Medium Orchid #C563CE

Tints of Medium Orchid #C563CE

Color information

#C563CE (or 0xC563CE) is unknown color: approx Medium Orchid. HEX triplet: C5, 63 and CE. RGB value is (197,99,206). Sum of RGB (Red+Green+Blue) = 197+99+206=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #C563CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563CE is #3A9C31. Grayscale: #8C8C8C. Windows color (decimal): -3841074 or 13525957. OLE color: 13525957.

HSL color Cylindrical-coordinate representation of color #C563CE: hue angle of 294.95º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C563CE is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19799206-
CMYK0.040.5200.19
HSL294.95º52.2%59.8%-
HSV(B)294.95º51.94%80.78%-
XYZ38.6325.2561.23-
YUV140.5164.97168.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 99 (39.06% from 255) = 19.72%
BLUE value IS 206 (80.86% from 255) = 41.04%
R=39.24%
G=19.72%
B=41.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal197992060.040.5200.19294.9552.259.8
HexC563CE434013127343c
Octal3051433164640234476474
Binary11000101110001111001110100110100010011100100111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C563CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C563CE; }

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

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

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

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

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

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

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

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