#C53EF0

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

Shades of Medium Orchid #C53EF0

Tints of Medium Orchid #C53EF0

Color information

#C53EF0 (or 0xC53EF0) is unknown color: approx Medium Orchid. HEX triplet: C5, 3E and F0. RGB value is (197,62,240). Sum of RGB (Red+Green+Blue) = 197+62+240=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 62 (24.61% from 255 or 12.42% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #C53EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53EF0 is #3AC10F. Grayscale: #7A7A7A. Windows color (decimal): -3850512 or 15744709. OLE color: 15744709.

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

Color convert

RGB19762240-
CMYK0.180.7400.06
HSL285.51º85.58%59.22%-
HSV(B)285.51º74.17%94.12%-
XYZ40.4821.6184.48-
YUV122.66194.23181.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.48%
GREEN value IS 62 (24.61% from 255) = 12.42%
BLUE value IS 240 (94.14% from 255) = 48.10%
R=39.48%
G=12.42%
B=48.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal197622400.180.7400.06285.5185.5859.22
HexC53EF0124A0611e563b
Octal30576360221120643612673
Binary110001011111101111000010010100101001101000111101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53EF0; }

 p { color: rgb(197,62,240); }

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

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

 a { background-color: rgb(197,62,240); }

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

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

 span { border-color: rgb(197,62,240); }

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