Html Css Color HEX #C537F1 Medium Orchid

📋 copy color: '#C537F1'

red 197 ◦ green 55 ◦ blue 241

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

Shades of Medium Orchid #C537F1

Tints of Medium Orchid #C537F1

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.16%

 BLUE value IS 241 (94.53% from 255) = 48.88%

R = 39.96%
G = 11.16%
B = 48.88%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C537F1 (or 0xC537F1) is known color: Medium Orchid. HEX triplet: C5, 37 and F1. RGB value is (197,55,241). Sum of RGB (Red+Green+Blue) = 197+55+241=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 55 (21.88% from 255 or 11.16% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #C537F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C537F1 is #3AC80E. Grayscale: #767676. Windows color (decimal): -3852303 or 15808453. OLE color: 15808453.

HSL color Cylindrical-coordinate representation of color #C537F1: hue angle of 285.81º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C537F1 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 55 241 -
CMYK 0.18 0.77 0 0.05
HSL 285.81º 0.87% 0.58% -
HSV(B) 285.81º 0.77% 0.95% -
XYZ 40.27 20.95 85.14 -
YUV 118.66 197.04 183.88 -
System Red Green Blue C M Y K H S L
Decimal 197 55 241 0.18 0.77 0 0.05 285.81 0.87 0.58
Hex C5 37 F1 12 4D 0 5 11E 57 3A
Octal 305 67 361 22 115 0 5 436 127 72
Binary 11000101 110111 11110001 10010 1001101 0 101 100011110 1010111 111010

Color Harmonies of #C537F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537F1

Black with #C537F1

Text Example


Text Example

White with #C537F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537F1; }

 p { color: rgb(197,55,241); }

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

background-color css

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

 a { background-color: rgb(197,55,241); }

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

border-color css

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

 span { border-color: rgb(197,55,241); }

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