#C541F3

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

Shades of Medium Orchid #C541F3

Tints of Medium Orchid #C541F3

Color information

#C541F3 (or 0xC541F3) is unknown color: approx Medium Orchid. HEX triplet: C5, 41 and F3. RGB value is (197,65,243). Sum of RGB (Red+Green+Blue) = 197+65+243=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 65 (25.78% from 255 or 12.87% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #C541F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C541F3 is #3ABE0C. Grayscale: #7C7C7C. Windows color (decimal): -3849741 or 15942085. OLE color: 15942085.

HSL color Cylindrical-coordinate representation of color #C541F3: hue angle of 284.49º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C541F3 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19765243-
CMYK0.190.7300.05
HSL284.49º88.12%60.39%-
HSV(B)284.49º73.25%95.29%-
XYZ41.0922.1286.9-
YUV124.76194.73179.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 65 (25.78% from 255) = 12.87%
BLUE value IS 243 (95.31% from 255) = 48.12%
R=39.01%
G=12.87%
B=48.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal197652430.190.7300.05284.4988.1260.39
HexC541F313490511c583c
Octal305101363231110543413074
Binary1100010110000011111001110011100100101011000111001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C541F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C541F3; }

 p { color: rgb(197,65,243); }

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

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

 a { background-color: rgb(197,65,243); }

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

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

 span { border-color: rgb(197,65,243); }

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