#C146FF

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

Shades of Medium Orchid #C146FF

Tints of Medium Orchid #C146FF

Color information

#C146FF (or 0xC146FF) is unknown color: approx Medium Orchid. HEX triplet: C1, 46 and FF. RGB value is (193,70,255). Sum of RGB (Red+Green+Blue) = 193+70+255=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 70 (27.73% from 255 or 13.51% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #C146FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C146FF is #3EB900. Grayscale: #7F7F7F. Windows color (decimal): -4110593 or 16729793. OLE color: 16729793.

HSL color Cylindrical-coordinate representation of color #C146FF: hue angle of 279.89º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C146FF is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19370255-
CMYK0.240.7300
HSL279.89º100%63.73%-
HSV(B)279.89º72.55%100%-
XYZ42.2322.9496.81-
YUV127.87199.75174.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.26%
GREEN value IS 70 (27.73% from 255) = 13.51%
BLUE value IS 255 (100% from 255) = 49.23%
R=37.26%
G=13.51%
B=49.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal193702550.240.7300279.8910063.73
HexC146FF1849001186440
Octal3011063773011100430144100
Binary110000011000110111111111100010010010010001100011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C146FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C146FF; }

 p { color: rgb(193,70,255); }

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

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

 a { background-color: rgb(193,70,255); }

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

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

 span { border-color: rgb(193,70,255); }

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