#C54ED1

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

Shades of Medium Orchid #C54ED1

Tints of Medium Orchid #C54ED1

Color information

#C54ED1 (or 0xC54ED1) is unknown color: approx Medium Orchid. HEX triplet: C5, 4E and D1. RGB value is (197,78,209). Sum of RGB (Red+Green+Blue) = 197+78+209=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #C54ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54ED1 is #3AB12E. Grayscale: #808080. Windows color (decimal): -3846447 or 13717189. OLE color: 13717189.

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

Color convert

RGB19778209-
CMYK0.060.6300.18
HSL294.5º58.74%56.27%-
HSV(B)294.5º62.68%81.96%-
XYZ37.2621.9262.59-
YUV128.51173.42176.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.70%
GREEN value IS 78 (30.86% from 255) = 16.12%
BLUE value IS 209 (82.03% from 255) = 43.18%
R=40.70%
G=16.12%
B=43.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal197782090.060.6300.18294.558.7456.27
HexC54ED163F0121273b38
Octal3051163216770224477370
Binary11000101100111011010001110111111010010100100111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54ED1; }

 p { color: rgb(197,78,209); }

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

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

 a { background-color: rgb(197,78,209); }

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

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

 span { border-color: rgb(197,78,209); }

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