Html Css Color HEX #C561EC Medium Orchid

📋 copy color: '#C561EC'

red 197 ◦ green 97 ◦ blue 236

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

Shades of Medium Orchid #C561EC

Tints of Medium Orchid #C561EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.3%

 BLUE value IS 236 (92.58% from 255) = 44.53%

R = 37.17%
G = 18.3%
B = 44.53%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C561EC (or 0xC561EC) is known color: Medium Orchid. HEX triplet: C5, 61 and EC. RGB value is (197,97,236). Sum of RGB (Red+Green+Blue) = 197+97+236=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #C561EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C561EC is #3A9E13. Grayscale: #8E8E8E. Windows color (decimal): -3841556 or 15491525. OLE color: 15491525.

HSL color Cylindrical-coordinate representation of color #C561EC: hue angle of 283.17º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C561EC is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 97 236 -
CMYK 0.17 0.59 0 0.07
HSL 283.17º 0.79% 0.65% -
HSV(B) 283.17º 0.59% 0.93% -
XYZ 42.44 26.48 82.23 -
YUV 142.75 180.63 166.7 -
System Red Green Blue C M Y K H S L
Decimal 197 97 236 0.17 0.59 0 0.07 283.17 0.79 0.65
Hex C5 61 EC 11 3B 0 7 11B 4F 41
Octal 305 141 354 21 73 0 7 433 117 101
Binary 11000101 1100001 11101100 10001 111011 0 111 100011011 1001111 1000001

Color Harmonies of #C561EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561EC

Black with #C561EC

Text Example


Text Example

White with #C561EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561EC; }

 p { color: rgb(197,97,236); }

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

background-color css

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

 a { background-color: rgb(197,97,236); }

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

border-color css

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

 span { border-color: rgb(197,97,236); }

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