#c12eef

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

Shades of Medium Orchid #C12EEF

Tints of Medium Orchid #C12EEF

Color information

#C12EEF (or 0xC12EEF) is unknown color: approx Medium Orchid. HEX triplet: C1, 2E and EF. RGB value is (193,46,239). Sum of RGB (Red+Green+Blue) = 193+46+239=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 46 (18.36% from 255 or 9.62% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #C12EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12EEF is #3ED110. Grayscale: #6F6F6F. Windows color (decimal): -4116753 or 15675073. OLE color: 15675073.

HSL color Cylindrical-coordinate representation of color #C12EEF: hue angle of 285.7º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12EEF is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19346239-
CMYK0.190.8100.06
HSL285.7º85.78%55.88%-
HSV(B)285.7º80.75%93.73%-
XYZ38.5519.5283.4-
YUV111.96199.7185.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.38%
GREEN value IS 46 (18.36% from 255) = 9.62%
BLUE value IS 239 (93.75% from 255) = 50%
R=40.38%
G=9.62%
B=50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal193462390.190.8100.06285.785.7855.88
HexC12EEF13510611e5638
Octal30156357231210643612670
Binary110000011011101110111110011101000101101000111101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c12eef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c12eef; }

 p { color: rgb(193,46,239); }

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

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

 a { background-color: rgb(193,46,239); }

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

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

 span { border-color: rgb(193,46,239); }

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