Html Css Color HEX #C537EA Medium Orchid

📋 copy color: '#C537EA'

red 197 ◦ green 55 ◦ blue 234

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

Shades of Medium Orchid #C537EA

Tints of Medium Orchid #C537EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 40.53%
G = 11.32%
B = 48.15%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C537EA (or 0xC537EA) is known color: Medium Orchid. HEX triplet: C5, 37 and EA. RGB value is (197,55,234). Sum of RGB (Red+Green+Blue) = 197+55+234=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 55 (21.88% from 255 or 11.32% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #C537EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C537EA is #3AC815. Grayscale: #757575. Windows color (decimal): -3852310 or 15349701. OLE color: 15349701.

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

Color convert

RGB 197 55 234 -
CMYK 0.16 0.76 0 0.08
HSL 287.6º 0.81% 0.57% -
HSV(B) 287.6º 0.76% 0.92% -
XYZ 39.24 20.54 79.74 -
YUV 117.86 193.54 184.45 -
System Red Green Blue C M Y K H S L
Decimal 197 55 234 0.16 0.76 0 0.08 287.6 0.81 0.57
Hex C5 37 EA 10 4C 0 8 120 51 39
Octal 305 67 352 20 114 0 10 440 121 71
Binary 11000101 110111 11101010 10000 1001100 0 1000 100100000 1010001 111001

Color Harmonies of #C537EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537EA

Black with #C537EA

Text Example


Text Example

White with #C537EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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