Html Css Color HEX #C563CF Medium Orchid

📋 copy color: '#C563CF'

red 197 ◦ green 99 ◦ blue 207

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

Shades of Medium Orchid #C563CF

Tints of Medium Orchid #C563CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.15%

R = 39.17%
G = 19.68%
B = 41.15%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C563CF (or 0xC563CF) is known color: Medium Orchid. HEX triplet: C5, 63 and CF. RGB value is (197,99,207). Sum of RGB (Red+Green+Blue) = 197+99+207=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #C563CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563CF is #3A9C30. Grayscale: #8C8C8C. Windows color (decimal): -3841073 or 13591493. OLE color: 13591493.

HSL color Cylindrical-coordinate representation of color #C563CF: hue angle of 294.44º degrees, saturation: 0.53, 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 #C563CF is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 99 207 -
CMYK 0.05 0.52 0 0.19
HSL 294.44º 0.53% 0.6% -
HSV(B) 294.44º 0.52% 0.81% -
XYZ 38.75 25.3 61.87 -
YUV 140.61 165.47 168.22 -
System Red Green Blue C M Y K H S L
Decimal 197 99 207 0.05 0.52 0 0.19 294.44 0.53 0.6
Hex C5 63 CF 5 34 0 13 126 35 3C
Octal 305 143 317 5 64 0 23 446 65 74
Binary 11000101 1100011 11001111 101 110100 0 10011 100100110 110101 111100

Color Harmonies of #C563CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C563CF

Black with #C563CF

Text Example


Text Example

White with #C563CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C563CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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