#C540F4

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

Shades of Medium Orchid #C540F4

Tints of Medium Orchid #C540F4

Color information

#C540F4 (or 0xC540F4) is unknown color: approx Medium Orchid. HEX triplet: C5, 40 and F4. RGB value is (197,64,244). Sum of RGB (Red+Green+Blue) = 197+64+244=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 244 - color contains mainly: blue. Hex color #C540F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C540F4 is #3ABF0B. Grayscale: #7B7B7B. Windows color (decimal): -3849996 or 16007365. OLE color: 16007365.

HSL color Cylindrical-coordinate representation of color #C540F4: hue angle of 284.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C540F4 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19764244-
CMYK0.190.7400.04
HSL284.33º89.11%60.39%-
HSV(B)284.33º73.77%95.69%-
XYZ41.1922.0787.68-
YUV124.29195.56179.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 64 (25.39% from 255) = 12.67%
BLUE value IS 244 (95.70% from 255) = 48.32%
R=39.01%
G=12.67%
B=48.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal197642440.190.7400.04284.3389.1160.39
HexC540F4134A0411c593c
Octal305100364231120443413174
Binary1100010110000001111010010011100101001001000111001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C540F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C540F4; }

 p { color: rgb(197,64,244); }

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

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

 a { background-color: rgb(197,64,244); }

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

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

 span { border-color: rgb(197,64,244); }

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