Html Css Color HEX #C563DC Medium Orchid

📋 copy color: '#C563DC'

red 197 ◦ green 99 ◦ blue 220

#C563DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C563DC

Tints of Medium Orchid #C563DC

RGB

 RED value IS 197 (77.34% from 255) = 38.18%

 GREEN value IS 99 (39.06% from 255) = 19.19%

 BLUE value IS 220 (86.33% from 255) = 42.64%

R = 38.18%
G = 19.19%
B = 42.64%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C563DC (or 0xC563DC) is known color: Medium Orchid. HEX triplet: C5, 63 and DC. RGB value is (197,99,220). Sum of RGB (Red+Green+Blue) = 197+99+220=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #C563DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563DC is #3A9C23. Grayscale: #8D8D8D. Windows color (decimal): -3841060 or 14443461. OLE color: 14443461.

HSL color Cylindrical-coordinate representation of color #C563DC: hue angle of 288.6º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C563DC is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 99 220 -
CMYK 0.10 0.55 0 0.14
HSL 288.6º 0.63% 0.63% -
HSV(B) 288.6º 0.55% 0.86% -
XYZ 40.41 25.96 70.59 -
YUV 142.1 171.97 167.16 -
System Red Green Blue C M Y K H S L
Decimal 197 99 220 0.10 0.55 0 0.14 288.6 0.63 0.63
Hex C5 63 DC A 37 0 E 121 3F 3F
Octal 305 143 334 12 67 0 16 441 77 77
Binary 11000101 1100011 11011100 1010 110111 0 1110 100100001 111111 111111

Color Harmonies of #C563DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C563DC

Black with #C563DC

Text Example


Text Example

White with #C563DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C563DC; }

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

 H1.HeaderClassName
 {
   color: #C563DC;
 }
 .AnyTagClassName
 {
   color: #C563DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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