Html Css Color HEX #C537DC Medium Orchid

📋 copy color: '#C537DC'

red 197 ◦ green 55 ◦ blue 220

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

Shades of Medium Orchid #C537DC

Tints of Medium Orchid #C537DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 41.74%
G = 11.65%
B = 46.61%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C537DC (or 0xC537DC) is known color: Medium Orchid. HEX triplet: C5, 37 and DC. RGB value is (197,55,220). Sum of RGB (Red+Green+Blue) = 197+55+220=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 55 (21.88% from 255 or 11.65% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #C537DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537DC is #3AC823. Grayscale: #737373. Windows color (decimal): -3852324 or 14432197. OLE color: 14432197.

HSL color Cylindrical-coordinate representation of color #C537DC: hue angle of 291.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C537DC is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 55 220 -
CMYK 0.10 0.75 0 0.14
HSL 291.64º 0.7% 0.54% -
HSV(B) 291.64º 0.75% 0.86% -
XYZ 37.31 19.77 69.56 -
YUV 116.27 186.54 185.58 -
System Red Green Blue C M Y K H S L
Decimal 197 55 220 0.10 0.75 0 0.14 291.64 0.7 0.54
Hex C5 37 DC A 4B 0 E 124 46 36
Octal 305 67 334 12 113 0 16 444 106 66
Binary 11000101 110111 11011100 1010 1001011 0 1110 100100100 1000110 110110

Color Harmonies of #C537DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537DC

Black with #C537DC

Text Example


Text Example

White with #C537DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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