#C54DF3

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

Shades of Medium Orchid #C54DF3

Tints of Medium Orchid #C54DF3

Color information

#C54DF3 (or 0xC54DF3) is unknown color: approx Medium Orchid. HEX triplet: C5, 4D and F3. RGB value is (197,77,243). Sum of RGB (Red+Green+Blue) = 197+77+243=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 77 (30.47% from 255 or 14.89% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #C54DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54DF3 is #3AB20C. Grayscale: #838383. Windows color (decimal): -3846669 or 15945157. OLE color: 15945157.

HSL color Cylindrical-coordinate representation of color #C54DF3: hue angle of 283.37º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54DF3 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19777243-
CMYK0.190.6800.05
HSL283.37º87.37%62.75%-
HSV(B)283.37º68.31%95.29%-
XYZ41.8623.6587.15-
YUV131.8190.76174.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.10%
GREEN value IS 77 (30.47% from 255) = 14.89%
BLUE value IS 243 (95.31% from 255) = 47.00%
R=38.10%
G=14.89%
B=47.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal197772430.190.6800.05283.3787.3762.75
HexC54DF313440511b573f
Octal305115363231040543312777
Binary1100010110011011111001110011100010001011000110111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54DF3; }

 p { color: rgb(197,77,243); }

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

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

 a { background-color: rgb(197,77,243); }

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

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

 span { border-color: rgb(197,77,243); }

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