#C139D1

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

Shades of Medium Orchid #C139D1

Tints of Medium Orchid #C139D1

Color information

#C139D1 (or 0xC139D1) is unknown color: approx Medium Orchid. HEX triplet: C1, 39 and D1. RGB value is (193,57,209). Sum of RGB (Red+Green+Blue) = 193+57+209=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 209 - color contains mainly: blue. Hex color #C139D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C139D1 is #3EC62E. Grayscale: #727272. Windows color (decimal): -4113967 or 13711809. OLE color: 13711809.

HSL color Cylindrical-coordinate representation of color #C139D1: hue angle of 293.68º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C139D1 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19357209-
CMYK0.080.7300.18
HSL293.68º62.3%52.16%-
HSV(B)293.68º72.73%81.96%-
XYZ34.9618.8762.12-
YUV114.99181.06183.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.05%
GREEN value IS 57 (22.66% from 255) = 12.42%
BLUE value IS 209 (82.03% from 255) = 45.53%
R=42.05%
G=12.42%
B=45.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193572090.080.7300.18293.6862.352.16
HexC139D18490121263e34
Octal30171321101110224467664
Binary110000011110011101000110001001001010010100100110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C139D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C139D1; }

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

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

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

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

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

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

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

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