#C56BD5

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

Shades of Medium Orchid #C56BD5

Tints of Medium Orchid #C56BD5

Color information

#C56BD5 (or 0xC56BD5) is unknown color: approx Medium Orchid. HEX triplet: C5, 6B and D5. RGB value is (197,107,213). Sum of RGB (Red+Green+Blue) = 197+107+213=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #C56BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BD5 is #3A942A. Grayscale: #919191. Windows color (decimal): -3839019 or 13986757. OLE color: 13986757.

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

Color convert

RGB197107213-
CMYK0.080.5000.16
HSL290.94º55.79%62.75%-
HSV(B)290.94º49.77%83.53%-
XYZ40.2927.1966.08-
YUV145.99165.82164.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.10%
GREEN value IS 107 (42.19% from 255) = 20.70%
BLUE value IS 213 (83.59% from 255) = 41.20%
R=38.10%
G=20.70%
B=41.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1971072130.080.5000.16290.9455.7962.75
HexC56BD5832010123383f
Octal30515332510620204437077
Binary110001011101011110101011000110010010000100100011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56BD5; }

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

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

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

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

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

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

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

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