#C53DF4

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

Shades of Medium Orchid #C53DF4

Tints of Medium Orchid #C53DF4

Color information

#C53DF4 (or 0xC53DF4) is unknown color: approx Medium Orchid. HEX triplet: C5, 3D and F4. RGB value is (197,61,244). Sum of RGB (Red+Green+Blue) = 197+61+244=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 61 (24.22% from 255 or 12.15% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 244 - color contains mainly: blue. Hex color #C53DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53DF4 is #3AC20B. Grayscale: #797979. Windows color (decimal): -3850764 or 16006597. OLE color: 16006597.

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

Color convert

RGB19761244-
CMYK0.190.7500.04
HSL284.59º89.27%59.8%-
HSV(B)284.59º75%95.69%-
XYZ41.0221.7487.62-
YUV122.53196.56181.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 61 (24.22% from 255) = 12.15%
BLUE value IS 244 (95.70% from 255) = 48.61%
R=39.24%
G=12.15%
B=48.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal197612440.190.7500.04284.5989.2759.8
HexC53DF4134B0411d593c
Octal30575364231130443513174
Binary110001011111011111010010011100101101001000111011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53DF4; }

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

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

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

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

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

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

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

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