#C46DDD

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

Shades of Medium Orchid #C46DDD

Tints of Medium Orchid #C46DDD

Color information

#C46DDD (or 0xC46DDD) is unknown color: approx Medium Orchid. HEX triplet: C4, 6D and DD. RGB value is (196,109,221). Sum of RGB (Red+Green+Blue) = 196+109+221=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #C46DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DDD is #3B9222. Grayscale: #939393. Windows color (decimal): -3904035 or 14511556. OLE color: 14511556.

HSL color Cylindrical-coordinate representation of color #C46DDD: hue angle of 286.61º degrees, saturation: 0.62, 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 #C46DDD is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196109221-
CMYK0.110.5100.13
HSL286.61º62.22%64.71%-
HSV(B)286.61º50.68%86.67%-
XYZ41.2827.8971.61-
YUV147.78169.32162.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.26%
GREEN value IS 109 (42.97% from 255) = 20.72%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=37.26%
G=20.72%
B=42.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961092210.110.5100.13286.6162.2264.71
HexC46DDDB330D11f3e41
Octal304155335136301543776101
Binary110001001101101110111011011110011011011000111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46DDD; }

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

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

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

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

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

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

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

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