#C46ED6

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

Shades of Medium Orchid #C46ED6

Tints of Medium Orchid #C46ED6

Color information

#C46ED6 (or 0xC46ED6) is unknown color: approx Medium Orchid. HEX triplet: C4, 6E and D6. RGB value is (196,110,214). Sum of RGB (Red+Green+Blue) = 196+110+214=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 214 - color contains mainly: blue. Hex color #C46ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ED6 is #3B9129. Grayscale: #939393. Windows color (decimal): -3903786 or 14053060. OLE color: 14053060.

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

Color convert

RGB196110214-
CMYK0.080.4900.16
HSL289.62º55.91%63.53%-
HSV(B)289.62º48.6%83.92%-
XYZ40.4827.7466.84-
YUV147.57165.49162.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.69%
GREEN value IS 110 (43.36% from 255) = 21.15%
BLUE value IS 214 (83.98% from 255) = 41.15%
R=37.69%
G=21.15%
B=41.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961102140.080.4900.16289.6255.9163.53
HexC46ED68310101223840
Octal304156326106102044270100
Binary1100010011011101101011010001100010100001001000101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46ED6; }

 p { color: rgb(196,110,214); }

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

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

 a { background-color: rgb(196,110,214); }

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

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

 span { border-color: rgb(196,110,214); }

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