Html Css Color HEX #C563DD Medium Orchid

📋 copy color: '#C563DD'

red 197 ◦ green 99 ◦ blue 221

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

Shades of Medium Orchid #C563DD

Tints of Medium Orchid #C563DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 38.1%
G = 19.15%
B = 42.75%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C563DD (or 0xC563DD) is known color: Medium Orchid. HEX triplet: C5, 63 and DD. RGB value is (197,99,221). Sum of RGB (Red+Green+Blue) = 197+99+221=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #C563DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563DD is #3A9C22. Grayscale: #8D8D8D. Windows color (decimal): -3841059 or 14508997. OLE color: 14508997.

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

Color convert

RGB 197 99 221 -
CMYK 0.11 0.55 0 0.13
HSL 288.2º 0.64% 0.63% -
HSV(B) 288.2º 0.55% 0.87% -
XYZ 40.54 26.01 71.29 -
YUV 142.21 172.47 167.08 -
System Red Green Blue C M Y K H S L
Decimal 197 99 221 0.11 0.55 0 0.13 288.2 0.64 0.63
Hex C5 63 DD B 37 0 D 120 40 3F
Octal 305 143 335 13 67 0 15 440 100 77
Binary 11000101 1100011 11011101 1011 110111 0 1101 100100000 1000000 111111

Color Harmonies of #C563DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C563DD

Black with #C563DD

Text Example


Text Example

White with #C563DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C563DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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