#C56ADB

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

Shades of Medium Orchid #C56ADB

Tints of Medium Orchid #C56ADB

Color information

#C56ADB (or 0xC56ADB) is unknown color: approx Medium Orchid. HEX triplet: C5, 6A and DB. RGB value is (197,106,219). Sum of RGB (Red+Green+Blue) = 197+106+219=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #C56ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ADB is #3A9524. Grayscale: #919191. Windows color (decimal): -3839269 or 14379717. OLE color: 14379717.

HSL color Cylindrical-coordinate representation of color #C56ADB: hue angle of 288.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C56ADB is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197106219-
CMYK0.100.5200.14
HSL288.32º61.08%63.73%-
HSV(B)288.32º51.6%85.88%-
XYZ40.9727.2970.13-
YUV146.09169.15164.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.74%
GREEN value IS 106 (41.80% from 255) = 20.31%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=37.74%
G=20.31%
B=41.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971062190.100.5200.14288.3261.0863.73
HexC56ADBA340E1203d40
Octal305152333126401644075100
Binary110001011101010110110111010110100011101001000001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56ADB; }

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

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

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

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

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

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

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

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