#C56BD8

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

Shades of Medium Orchid #C56BD8

Tints of Medium Orchid #C56BD8

Color information

#C56BD8 (or 0xC56BD8) is unknown color: approx Medium Orchid. HEX triplet: C5, 6B and D8. RGB value is (197,107,216). Sum of RGB (Red+Green+Blue) = 197+107+216=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #C56BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BD8 is #3A9427. Grayscale: #919191. Windows color (decimal): -3839016 or 14183365. OLE color: 14183365.

HSL color Cylindrical-coordinate representation of color #C56BD8: hue angle of 289.54º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56BD8 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197107216-
CMYK0.090.5000.15
HSL289.54º58.29%63.33%-
HSV(B)289.54º50.46%84.71%-
XYZ40.6827.3468.1-
YUV146.34167.32164.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.88%
GREEN value IS 107 (42.19% from 255) = 20.58%
BLUE value IS 216 (84.77% from 255) = 41.54%
R=37.88%
G=20.58%
B=41.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971072160.090.5000.15289.5458.2963.33
HexC56BD89320F1223a3f
Octal30515333011620174427277
Binary11000101110101111011000100111001001111100100010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56BD8; }

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

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

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

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

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

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

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

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