#C46DE6

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

Shades of Medium Orchid #C46DE6

Tints of Medium Orchid #C46DE6

Color information

#C46DE6 (or 0xC46DE6) is unknown color: approx Medium Orchid. HEX triplet: C4, 6D and E6. RGB value is (196,109,230). Sum of RGB (Red+Green+Blue) = 196+109+230=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #C46DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46DE6 is #3B9219. Grayscale: #949494. Windows color (decimal): -3904026 or 15101380. OLE color: 15101380.

HSL color Cylindrical-coordinate representation of color #C46DE6: hue angle of 283.14º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C46DE6 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB196109230-
CMYK0.150.5300.10
HSL283.14º70.76%66.47%-
HSV(B)283.14º52.61%90.2%-
XYZ42.5228.3978.1-
YUV148.81173.82161.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.64%
GREEN value IS 109 (42.97% from 255) = 20.37%
BLUE value IS 230 (90.23% from 255) = 42.99%
R=36.64%
G=20.37%
B=42.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1961092300.150.5300.10283.1470.7666.47
HexC46DE6F350A11b4742
Octal3041553461765012433107102
Binary1100010011011011110011011111101010101010001101110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46DE6; }

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

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

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

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

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

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

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

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