Html Css Color HEX #C563CE Medium Orchid

📋 copy color: '#C563CE'

red 197 ◦ green 99 ◦ blue 206

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

Shades of Medium Orchid #C563CE

Tints of Medium Orchid #C563CE

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 value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C563CE (or 0xC563CE) is known color: 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

RGB 197 99 206 -
CMYK 0.04 0.52 0 0.19
HSL 294.95º 0.52% 0.6% -
HSV(B) 294.95º 0.52% 0.81% -
XYZ 38.63 25.25 61.23 -
YUV 140.5 164.97 168.3 -
System Red Green Blue C M Y K H S L
Decimal 197 99 206 0.04 0.52 0 0.19 294.95 0.52 0.6
Hex C5 63 CE 4 34 0 13 127 34 3C
Octal 305 143 316 4 64 0 23 447 64 74
Binary 11000101 1100011 11001110 100 110100 0 10011 100100111 110100 111100

Color Harmonies of #C563CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C563CE

Black with #C563CE

Text Example


Text Example

White with #C563CE

Text Example


Text Example

HTML Codes & Css Web 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>