Html Css Color HEX #C561EB Medium Orchid

📋 copy color: '#C561EB'

red 197 ◦ green 97 ◦ blue 235

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

Shades of Medium Orchid #C561EB

Tints of Medium Orchid #C561EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.42%

R = 37.24%
G = 18.34%
B = 44.42%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C561EB (or 0xC561EB) is known color: Medium Orchid. HEX triplet: C5, 61 and EB. RGB value is (197,97,235). Sum of RGB (Red+Green+Blue) = 197+97+235=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #C561EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C561EB is #3A9E14. Grayscale: #8E8E8E. Windows color (decimal): -3841557 or 15425989. OLE color: 15425989.

HSL color Cylindrical-coordinate representation of color #C561EB: hue angle of 283.48º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C561EB is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 97 235 -
CMYK 0.16 0.59 0 0.08
HSL 283.48º 0.78% 0.65% -
HSV(B) 283.48º 0.59% 0.92% -
XYZ 42.3 26.42 81.47 -
YUV 142.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 197 97 235 0.16 0.59 0 0.08 283.48 0.78 0.65
Hex C5 61 EB 10 3B 0 8 11B 4E 41
Octal 305 141 353 20 73 0 10 433 116 101
Binary 11000101 1100001 11101011 10000 111011 0 1000 100011011 1001110 1000001

Color Harmonies of #C561EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561EB

Black with #C561EB

Text Example


Text Example

White with #C561EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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