#C46FDC

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

Shades of Medium Orchid #C46FDC

Tints of Medium Orchid #C46FDC

Color information

#C46FDC (or 0xC46FDC) is unknown color: approx Medium Orchid. HEX triplet: C4, 6F and DC. RGB value is (196,111,220). Sum of RGB (Red+Green+Blue) = 196+111+220=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #C46FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FDC is #3B9023. Grayscale: #949494. Windows color (decimal): -3903524 or 14446532. OLE color: 14446532.

HSL color Cylindrical-coordinate representation of color #C46FDC: hue angle of 286.79º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46FDC is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196111220-
CMYK0.110.5000.14
HSL286.79º60.89%64.9%-
HSV(B)286.79º49.55%86.27%-
XYZ41.3728.2770.99-
YUV148.84168.16161.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.19%
GREEN value IS 111 (43.75% from 255) = 21.06%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=37.19%
G=21.06%
B=41.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961112200.110.5000.14286.7960.8964.9
HexC46FDCB320E11f3d41
Octal304157334136201643775101
Binary110001001101111110111001011110010011101000111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46FDC; }

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

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

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

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

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

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

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

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