#c53de5

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

Shades of Medium Orchid #C53DE5

Tints of Medium Orchid #C53DE5

Color information

#C53DE5 (or 0xC53DE5) is unknown color: approx Medium Orchid. HEX triplet: C5, 3D and E5. RGB value is (197,61,229). Sum of RGB (Red+Green+Blue) = 197+61+229=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #C53DE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DE5 is #3AC21A. Grayscale: #787878. Windows color (decimal): -3850779 or 15023557. OLE color: 15023557.

HSL color Cylindrical-coordinate representation of color #C53DE5: hue angle of 288.57º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53DE5 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19761229-
CMYK0.140.7300.10
HSL288.57º76.36%56.86%-
HSV(B)288.57º73.36%89.8%-
XYZ38.8420.8676.11-
YUV120.82189.06182.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.45%
GREEN value IS 61 (24.22% from 255) = 12.53%
BLUE value IS 229 (89.84% from 255) = 47.02%
R=40.45%
G=12.53%
B=47.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal197612290.140.7300.10288.5776.3656.86
HexC53DE5E490A1214c39
Octal305753451611101244111471
Binary110001011111011110010111101001001010101001000011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53de5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53de5; }

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

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

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

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

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

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

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

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