#C56AD7

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

Shades of Medium Orchid #C56AD7

Tints of Medium Orchid #C56AD7

Color information

#C56AD7 (or 0xC56AD7) is unknown color: approx Medium Orchid. HEX triplet: C5, 6A and D7. RGB value is (197,106,215). Sum of RGB (Red+Green+Blue) = 197+106+215=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #C56AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56AD7 is #3A9528. Grayscale: #919191. Windows color (decimal): -3839273 or 14117573. OLE color: 14117573.

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

Color convert

RGB197106215-
CMYK0.080.5100.16
HSL290.09º57.67%62.94%-
HSV(B)290.09º50.7%84.31%-
XYZ40.4527.0867.39-
YUV145.64167.15164.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.03%
GREEN value IS 106 (41.80% from 255) = 20.46%
BLUE value IS 215 (84.38% from 255) = 41.51%
R=38.03%
G=20.46%
B=41.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1971062150.080.5100.16290.0957.6762.94
HexC56AD78330101223a3f
Octal30515232710630204427277
Binary110001011101010110101111000110011010000100100010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56AD7; }

 p { color: rgb(197,106,215); }

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

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

 a { background-color: rgb(197,106,215); }

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

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

 span { border-color: rgb(197,106,215); }

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