#C46DDF

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

Shades of Medium Orchid #C46DDF

Tints of Medium Orchid #C46DDF

Color information

#C46DDF (or 0xC46DDF) is unknown color: approx Medium Orchid. HEX triplet: C4, 6D and DF. RGB value is (196,109,223). Sum of RGB (Red+Green+Blue) = 196+109+223=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #C46DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DDF is #3B9220. Grayscale: #939393. Windows color (decimal): -3904033 or 14642628. OLE color: 14642628.

HSL color Cylindrical-coordinate representation of color #C46DDF: hue angle of 285.79º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C46DDF is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196109223-
CMYK0.120.5100.13
HSL285.79º64.04%65.1%-
HSV(B)285.79º51.12%87.45%-
XYZ41.552873.03-
YUV148.01170.32162.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.12%
GREEN value IS 109 (42.97% from 255) = 20.64%
BLUE value IS 223 (87.5% from 255) = 42.23%
R=37.12%
G=20.64%
B=42.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961092230.120.5100.13285.7964.0465.1
HexC46DDFC330D11e4041
Octal3041553371463015436100101
Binary1100010011011011101111111001100110110110001111010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46DDF; }

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

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

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

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

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

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

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

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