#C46DDA

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

Shades of Medium Orchid #C46DDA

Tints of Medium Orchid #C46DDA

Color information

#C46DDA (or 0xC46DDA) is unknown color: approx Medium Orchid. HEX triplet: C4, 6D and DA. RGB value is (196,109,218). Sum of RGB (Red+Green+Blue) = 196+109+218=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #C46DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DDA is #3B9225. Grayscale: #939393. Windows color (decimal): -3904038 or 14314948. OLE color: 14314948.

HSL color Cylindrical-coordinate representation of color #C46DDA: hue angle of 287.89º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46DDA is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196109218-
CMYK0.100.500.15
HSL287.89º59.56%64.12%-
HSV(B)287.89º50%85.49%-
XYZ40.8927.7369.53-
YUV147.44167.82162.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.48%
GREEN value IS 109 (42.97% from 255) = 20.84%
BLUE value IS 218 (85.55% from 255) = 41.68%
R=37.48%
G=20.84%
B=41.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961092180.100.500.15287.8959.5664.12
HexC46DDAA320F1203c40
Octal304155332126201744074100
Binary110001001101101110110101010110010011111001000001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46DDA; }

 p { color: rgb(196,109,218); }

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

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

 a { background-color: rgb(196,109,218); }

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

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

 span { border-color: rgb(196,109,218); }

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