#C140E1

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

Shades of Medium Orchid #C140E1

Tints of Medium Orchid #C140E1

Color information

#C140E1 (or 0xC140E1) is unknown color: approx Medium Orchid. HEX triplet: C1, 40 and E1. RGB value is (193,64,225). Sum of RGB (Red+Green+Blue) = 193+64+225=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #C140E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C140E1 is #3EBF1E. Grayscale: #787878. Windows color (decimal): -4112159 or 14762177. OLE color: 14762177.

HSL color Cylindrical-coordinate representation of color #C140E1: hue angle of 288.07º 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 #C140E1 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19364225-
CMYK0.140.7200.12
HSL288.07º72.85%56.67%-
HSV(B)288.07º71.56%88.24%-
XYZ37.4220.4473.21-
YUV120.93186.74179.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 64 (25.39% from 255) = 13.28%
BLUE value IS 225 (88.28% from 255) = 46.68%
R=40.04%
G=13.28%
B=46.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal193642250.140.7200.12288.0772.8556.67
HexC140E1E480C1204939
Octal3011003411611001444011171
Binary1100000110000001110000111101001000011001001000001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C140E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C140E1; }

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

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

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

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

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

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

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

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