#c046d8

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

Shades of Medium Orchid #C046D8

Tints of Medium Orchid #C046D8

Color information

#C046D8 (or 0xC046D8) is unknown color: approx Medium Orchid. HEX triplet: C0, 46 and D8. RGB value is (192,70,216). Sum of RGB (Red+Green+Blue) = 192+70+216=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 216 - color contains mainly: blue. Hex color #C046D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046D8 is #3FB927. Grayscale: #7A7A7A. Windows color (decimal): -4176168 or 14173888. OLE color: 14173888.

HSL color Cylindrical-coordinate representation of color #C046D8: hue angle of 290.14º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C046D8 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19270216-
CMYK0.110.6800.15
HSL290.14º65.18%56.08%-
HSV(B)290.14º67.59%84.71%-
XYZ36.3220.5467.02-
YUV123.12180.42177.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.17%
GREEN value IS 70 (27.73% from 255) = 14.64%
BLUE value IS 216 (84.77% from 255) = 45.19%
R=40.17%
G=14.64%
B=45.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192702160.110.6800.15290.1465.1856.08
HexC046D8B440F1224138
Octal3001063301310401744210170
Binary1100000010001101101100010111000100011111001000101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c046d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c046d8; }

 p { color: rgb(192,70,216); }

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

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

 a { background-color: rgb(192,70,216); }

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

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

 span { border-color: rgb(192,70,216); }

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