#C547FA

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

Shades of Medium Orchid #C547FA

Tints of Medium Orchid #C547FA

Color information

#C547FA (or 0xC547FA) is unknown color: approx Medium Orchid. HEX triplet: C5, 47 and FA. RGB value is (197,71,250). Sum of RGB (Red+Green+Blue) = 197+71+250=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 71 (28.12% from 255 or 13.71% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #C547FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C547FA is #3AB805. Grayscale: #808080. Windows color (decimal): -3848198 or 16402373. OLE color: 16402373.

HSL color Cylindrical-coordinate representation of color #C547FA: hue angle of 282.23º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C547FA is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19771250-
CMYK0.210.7200.02
HSL282.23º94.71%62.94%-
HSV(B)282.23º71.6%98.04%-
XYZ42.5323.2892.69-
YUV129.08196.24176.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.03%
GREEN value IS 71 (28.12% from 255) = 13.71%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=38.03%
G=13.71%
B=48.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal197712500.210.7200.02282.2394.7162.94
HexC547FA15480211a5f3f
Octal305107372251100243213777
Binary110001011000111111110101010110010000101000110101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C547FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C547FA; }

 p { color: rgb(197,71,250); }

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

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

 a { background-color: rgb(197,71,250); }

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

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

 span { border-color: rgb(197,71,250); }

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