Html Css Color HEX #C561ED Medium Orchid

📋 copy color: '#C561ED'

red 197 ◦ green 97 ◦ blue 237

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

Shades of Medium Orchid #C561ED

Tints of Medium Orchid #C561ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.63%

R = 37.1%
G = 18.27%
B = 44.63%

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

#C561ED (or 0xC561ED) is known color: Medium Orchid. HEX triplet: C5, 61 and ED. RGB value is (197,97,237). Sum of RGB (Red+Green+Blue) = 197+97+237=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #C561ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C561ED is #3A9E12. Grayscale: #8E8E8E. Windows color (decimal): -3841555 or 15557061. OLE color: 15557061.

HSL color Cylindrical-coordinate representation of color #C561ED: hue angle of 282.86º degrees, saturation: 0.8, 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 #C561ED is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 97 237 -
CMYK 0.17 0.59 0 0.07
HSL 282.86º 0.8% 0.65% -
HSV(B) 282.86º 0.59% 0.93% -
XYZ 42.59 26.53 83 -
YUV 142.86 181.13 166.62 -
System Red Green Blue C M Y K H S L
Decimal 197 97 237 0.17 0.59 0 0.07 282.86 0.8 0.65
Hex C5 61 ED 11 3B 0 7 11B 50 41
Octal 305 141 355 21 73 0 7 433 120 101
Binary 11000101 1100001 11101101 10001 111011 0 111 100011011 1010000 1000001

Color Harmonies of #C561ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561ED

Black with #C561ED

Text Example


Text Example

White with #C561ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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