Html Css Color HEX #C537F6 Medium Orchid

📋 copy color: '#C537F6'

red 197 ◦ green 55 ◦ blue 246

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

Shades of Medium Orchid #C537F6

Tints of Medium Orchid #C537F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.4%

R = 39.56%
G = 11.04%
B = 49.4%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C537F6 (or 0xC537F6) is known color: Medium Orchid. HEX triplet: C5, 37 and F6. RGB value is (197,55,246). Sum of RGB (Red+Green+Blue) = 197+55+246=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 55 (21.88% from 255 or 11.04% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #C537F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C537F6 is #3AC809. Grayscale: #767676. Windows color (decimal): -3852298 or 16136133. OLE color: 16136133.

HSL color Cylindrical-coordinate representation of color #C537F6: hue angle of 284.61º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C537F6 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 55 246 -
CMYK 0.20 0.78 0 0.04
HSL 284.61º 0.91% 0.59% -
HSV(B) 284.61º 0.78% 0.96% -
XYZ 41.03 21.26 89.13 -
YUV 119.23 199.54 183.47 -
System Red Green Blue C M Y K H S L
Decimal 197 55 246 0.20 0.78 0 0.04 284.61 0.91 0.59
Hex C5 37 F6 14 4E 0 4 11D 5B 3B
Octal 305 67 366 24 116 0 4 435 133 73
Binary 11000101 110111 11110110 10100 1001110 0 100 100011101 1011011 111011

Color Harmonies of #C537F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537F6

Black with #C537F6

Text Example


Text Example

White with #C537F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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