#C46DD1

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

Shades of Medium Orchid #C46DD1

Tints of Medium Orchid #C46DD1

Color information

#C46DD1 (or 0xC46DD1) is unknown color: approx Medium Orchid. HEX triplet: C4, 6D and D1. RGB value is (196,109,209). Sum of RGB (Red+Green+Blue) = 196+109+209=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #C46DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DD1 is #3B922E. Grayscale: #929292. Windows color (decimal): -3904047 or 13725124. OLE color: 13725124.

HSL color Cylindrical-coordinate representation of color #C46DD1: hue angle of 292.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46DD1 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196109209-
CMYK0.060.4800.18
HSL292.2º52.08%62.35%-
HSV(B)292.2º47.85%81.96%-
XYZ39.7427.2863.49-
YUV146.41163.32163.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.13%
GREEN value IS 109 (42.97% from 255) = 21.21%
BLUE value IS 209 (82.03% from 255) = 40.66%
R=38.13%
G=21.21%
B=40.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961092090.060.4800.18292.252.0862.35
HexC46DD1630012124343e
Octal3041553216600224446476
Binary11000100110110111010001110110000010010100100100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46DD1; }

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

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

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

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

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

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

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

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