#C53FEC

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

Shades of Medium Orchid #C53FEC

Tints of Medium Orchid #C53FEC

Color information

#C53FEC (or 0xC53FEC) is unknown color: approx Medium Orchid. HEX triplet: C5, 3F and EC. RGB value is (197,63,236). Sum of RGB (Red+Green+Blue) = 197+63+236=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #C53FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53FEC is #3AC013. Grayscale: #7A7A7A. Windows color (decimal): -3850260 or 15482821. OLE color: 15482821.

HSL color Cylindrical-coordinate representation of color #C53FEC: hue angle of 286.47º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53FEC is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19763236-
CMYK0.170.7300.07
HSL286.47º81.99%58.63%-
HSV(B)286.47º73.31%92.55%-
XYZ39.9421.4881.4-
YUV122.79191.89180.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.72%
GREEN value IS 63 (25% from 255) = 12.70%
BLUE value IS 236 (92.58% from 255) = 47.58%
R=39.72%
G=12.70%
B=47.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal197632360.170.7300.07286.4781.9958.63
HexC53FEC11490711e523b
Octal30577354211110743612273
Binary110001011111111110110010001100100101111000111101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53FEC; }

 p { color: rgb(197,63,236); }

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

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

 a { background-color: rgb(197,63,236); }

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

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

 span { border-color: rgb(197,63,236); }

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