#C537D1

Color #C537D1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C537D1

Tints of Medium Orchid #C537D1

Color information

#C537D1 (or 0xC537D1) is unknown color: approx Medium Orchid. HEX triplet: C5, 37 and D1. RGB value is (197,55,209). Sum of RGB (Red+Green+Blue) = 197+55+209=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #C537D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537D1 is #3AC82E. Grayscale: #727272. Windows color (decimal): -3852335 or 13711301. OLE color: 13711301.

HSL color Cylindrical-coordinate representation of color #C537D1: hue angle of 295.32º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C537D1 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19755209-
CMYK0.060.7400.18
HSL295.32º62.6%51.76%-
HSV(B)295.32º73.68%81.96%-
XYZ35.919.2162.14-
YUV115.01181.04186.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.73%
GREEN value IS 55 (21.88% from 255) = 11.93%
BLUE value IS 209 (82.03% from 255) = 45.34%
R=42.73%
G=11.93%
B=45.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal197552090.060.7400.18295.3262.651.76
HexC537D164A0121273f34
Octal3056732161120224477764
Binary11000101110111110100011101001010010010100100111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C537D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C537D1; }

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

 H1.HeaderClassName
 {
   color: #C537D1;
 }
 .AnyTagClassName
 {
   color: #C537D1;
 }
</style>
background-color css

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

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

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

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

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

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