#C537FA

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

Shades of Medium Orchid #C537FA

Tints of Medium Orchid #C537FA

Color information

#C537FA (or 0xC537FA) is unknown color: approx Medium Orchid. HEX triplet: C5, 37 and FA. RGB value is (197,55,250). Sum of RGB (Red+Green+Blue) = 197+55+250=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 55 (21.88% from 255 or 10.96% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #C537FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C537FA is #3AC805. Grayscale: #777777. Windows color (decimal): -3852294 or 16398277. OLE color: 16398277.

HSL color Cylindrical-coordinate representation of color #C537FA: hue angle of 283.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C537FA is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19755250-
CMYK0.210.7800.02
HSL283.69º95.12%59.8%-
HSV(B)283.69º78%98.04%-
XYZ41.6521.592.4-
YUV119.69201.54183.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 55 (21.88% from 255) = 10.96%
BLUE value IS 250 (98.05% from 255) = 49.80%
R=39.24%
G=10.96%
B=49.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal197552500.210.7800.02283.6995.1259.8
HexC537FA154E0211c5f3c
Octal30567372251160243413774
Binary11000101110111111110101010110011100101000111001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C537FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C537FA; }

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

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

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

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

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

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

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

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