#C46FE1

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

Shades of Medium Orchid #C46FE1

Tints of Medium Orchid #C46FE1

Color information

#C46FE1 (or 0xC46FE1) is unknown color: approx Medium Orchid. HEX triplet: C4, 6F and E1. RGB value is (196,111,225). Sum of RGB (Red+Green+Blue) = 196+111+225=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #C46FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FE1 is #3B901E. Grayscale: #959595. Windows color (decimal): -3903519 or 14774212. OLE color: 14774212.

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

Color convert

RGB196111225-
CMYK0.130.5100.12
HSL284.74º65.52%65.88%-
HSV(B)284.74º50.67%88.24%-
XYZ42.0428.5474.53-
YUV149.41170.66161.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.84%
GREEN value IS 111 (43.75% from 255) = 20.86%
BLUE value IS 225 (88.28% from 255) = 42.29%
R=36.84%
G=20.86%
B=42.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1961112250.130.5100.12284.7465.5265.88
HexC46FE1D330C11d4242
Octal3041573411563014435102102
Binary1100010011011111110000111011100110110010001110110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46FE1; }

 p { color: rgb(196,111,225); }

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

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

 a { background-color: rgb(196,111,225); }

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

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

 span { border-color: rgb(196,111,225); }

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