#C146FB

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

Shades of Medium Orchid #C146FB

Tints of Medium Orchid #C146FB

Color information

#C146FB (or 0xC146FB) is unknown color: approx Medium Orchid. HEX triplet: C1, 46 and FB. RGB value is (193,70,251). Sum of RGB (Red+Green+Blue) = 193+70+251=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 70 (27.73% from 255 or 13.62% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #C146FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C146FB is #3EB904. Grayscale: #7E7E7E. Windows color (decimal): -4110597 or 16467649. OLE color: 16467649.

HSL color Cylindrical-coordinate representation of color #C146FB: hue angle of 280.77º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C146FB is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19370251-
CMYK0.230.7200.02
HSL280.77º95.77%62.94%-
HSV(B)280.77º72.11%98.43%-
XYZ41.622.6893.45-
YUV127.41197.75174.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.55%
GREEN value IS 70 (27.73% from 255) = 13.62%
BLUE value IS 251 (98.44% from 255) = 48.83%
R=37.55%
G=13.62%
B=48.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal193702510.230.7200.02280.7795.7762.94
HexC146FB174802119603f
Octal301106373271100243114077
Binary110000011000110111110111011110010000101000110011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C146FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C146FB; }

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

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

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

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

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

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

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

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