#c340e1

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

Shades of Medium Orchid #C340E1

Tints of Medium Orchid #C340E1

Color information

#C340E1 (or 0xC340E1) is unknown color: approx Medium Orchid. HEX triplet: C3, 40 and E1. RGB value is (195,64,225). Sum of RGB (Red+Green+Blue) = 195+64+225=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 225 - color contains mainly: blue. Hex color #C340E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340E1 is #3CBF1E. Grayscale: #797979. Windows color (decimal): -3981087 or 14762179. OLE color: 14762179.

HSL color Cylindrical-coordinate representation of color #C340E1: hue angle of 288.82º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C340E1 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19564225-
CMYK0.130.7200.12
HSL288.82º72.85%56.67%-
HSV(B)288.82º71.56%88.24%-
XYZ37.9320.7173.23-
YUV121.52186.4180.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.29%
GREEN value IS 64 (25.39% from 255) = 13.22%
BLUE value IS 225 (88.28% from 255) = 46.49%
R=40.29%
G=13.22%
B=46.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal195642250.130.7200.12288.8272.8556.67
HexC340E1D480C1214939
Octal3031003411511001444111171
Binary1100001110000001110000111011001000011001001000011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c340e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c340e1; }

 p { color: rgb(195,64,225); }

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

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

 a { background-color: rgb(195,64,225); }

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

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

 span { border-color: rgb(195,64,225); }

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