#C139E1

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

Shades of Medium Orchid #C139E1

Tints of Medium Orchid #C139E1

Color information

#C139E1 (or 0xC139E1) is unknown color: approx Medium Orchid. HEX triplet: C1, 39 and E1. RGB value is (193,57,225). Sum of RGB (Red+Green+Blue) = 193+57+225=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 225 - color contains mainly: blue. Hex color #C139E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C139E1 is #3EC61E. Grayscale: #747474. Windows color (decimal): -4113951 or 14760385. OLE color: 14760385.

HSL color Cylindrical-coordinate representation of color #C139E1: hue angle of 288.57º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C139E1 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19357225-
CMYK0.140.7500.12
HSL288.57º73.68%55.29%-
HSV(B)288.57º74.67%88.24%-
XYZ37.0519.773.08-
YUV116.82189.06182.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.63%
GREEN value IS 57 (22.66% from 255) = 12%
BLUE value IS 225 (88.28% from 255) = 47.37%
R=40.63%
G=12%
B=47.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal193572250.140.7500.12288.5773.6855.29
HexC139E1E4B0C1214a37
Octal301713411611301444111267
Binary110000011110011110000111101001011011001001000011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C139E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C139E1; }

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

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

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

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

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

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

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

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