#C547E4

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

Shades of Medium Orchid #C547E4

Tints of Medium Orchid #C547E4

Color information

#C547E4 (or 0xC547E4) is unknown color: approx Medium Orchid. HEX triplet: C5, 47 and E4. RGB value is (197,71,228). Sum of RGB (Red+Green+Blue) = 197+71+228=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 228 (89.45% from 255 or 45.97% from 496); Max value from RGB is 228 - color contains mainly: blue. Hex color #C547E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547E4 is #3AB81B. Grayscale: #7E7E7E. Windows color (decimal): -3848220 or 14960581. OLE color: 14960581.

HSL color Cylindrical-coordinate representation of color #C547E4: hue angle of 288.15º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C547E4 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19771228-
CMYK0.140.6900.11
HSL288.15º74.41%58.63%-
HSV(B)288.15º68.86%89.41%-
XYZ39.2821.9875.57-
YUV126.57185.24178.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.72%
GREEN value IS 71 (28.12% from 255) = 14.31%
BLUE value IS 228 (89.45% from 255) = 45.97%
R=39.72%
G=14.31%
B=45.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal197712280.140.6900.11288.1574.4158.63
HexC547E4E450B1204a3b
Octal3051073441610501344011273
Binary1100010110001111110010011101000101010111001000001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C547E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C547E4; }

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

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

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

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

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

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

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

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