#C547D5

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

Shades of Medium Orchid #C547D5

Tints of Medium Orchid #C547D5

Color information

#C547D5 (or 0xC547D5) is unknown color: approx Medium Orchid. HEX triplet: C5, 47 and D5. RGB value is (197,71,213). Sum of RGB (Red+Green+Blue) = 197+71+213=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #C547D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547D5 is #3AB82A. Grayscale: #7C7C7C. Windows color (decimal): -3848235 or 13977541. OLE color: 13977541.

HSL color Cylindrical-coordinate representation of color #C547D5: hue angle of 293.24º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C547D5 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19771213-
CMYK0.080.6700.16
HSL293.24º62.83%55.69%-
HSV(B)293.24º66.67%83.53%-
XYZ37.2921.1865.07-
YUV124.86177.74179.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.96%
GREEN value IS 71 (28.12% from 255) = 14.76%
BLUE value IS 213 (83.59% from 255) = 44.28%
R=40.96%
G=14.76%
B=44.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal197712130.080.6700.16293.2462.8355.69
HexC547D58430101253f38
Octal305107325101030204457770
Binary1100010110001111101010110001000011010000100100101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C547D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C547D5; }

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

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

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

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

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

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

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

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