#C46AD5

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

Shades of Medium Orchid #C46AD5

Tints of Medium Orchid #C46AD5

Color information

#C46AD5 (or 0xC46AD5) is unknown color: approx Medium Orchid. HEX triplet: C4, 6A and D5. RGB value is (196,106,213). Sum of RGB (Red+Green+Blue) = 196+106+213=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #C46AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46AD5 is #3B952A. Grayscale: #909090. Windows color (decimal): -3904811 or 13986500. OLE color: 13986500.

HSL color Cylindrical-coordinate representation of color #C46AD5: hue angle of 290.47º 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 #C46AD5 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196106213-
CMYK0.080.5000.16
HSL290.47º56.02%62.55%-
HSV(B)290.47º50.23%83.53%-
XYZ39.9326.8566.03-
YUV145.11166.32164.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.06%
GREEN value IS 106 (41.80% from 255) = 20.58%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=38.06%
G=20.58%
B=41.36%

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
Decimal1961062130.080.5000.16290.4756.0262.55
HexC46AD5832010122383f
Octal30415232510620204427077
Binary110001001101010110101011000110010010000100100010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46AD5; }

 p { color: rgb(196,106,213); }

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

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

 a { background-color: rgb(196,106,213); }

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

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

 span { border-color: rgb(196,106,213); }

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