#C346FF

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

Shades of Medium Orchid #C346FF

Tints of Medium Orchid #C346FF

Color information

#C346FF (or 0xC346FF) is unknown color: approx Medium Orchid. HEX triplet: C3, 46 and FF. RGB value is (195,70,255). Sum of RGB (Red+Green+Blue) = 195+70+255=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 70 (27.73% from 255 or 13.46% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #C346FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C346FF is #3CB900. Grayscale: #7F7F7F. Windows color (decimal): -3979521 or 16729795. OLE color: 16729795.

HSL color Cylindrical-coordinate representation of color #C346FF: hue angle of 280.54º 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 #C346FF is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19570255-
CMYK0.240.7300
HSL280.54º100%63.73%-
HSV(B)280.54º72.55%100%-
XYZ42.7523.296.83-
YUV128.46199.41175.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 70 (27.73% from 255) = 13.46%
BLUE value IS 255 (100% from 255) = 49.04%
R=37.5%
G=13.46%
B=49.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal195702550.240.7300280.5410063.73
HexC346FF1849001196440
Octal3031063773011100431144100
Binary110000111000110111111111100010010010010001100111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C346FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C346FF; }

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

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

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

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

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

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

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

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