#c12eed

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

Shades of Medium Orchid #C12EED

Tints of Medium Orchid #C12EED

Color information

#C12EED (or 0xC12EED) is unknown color: approx Medium Orchid. HEX triplet: C1, 2E and ED. RGB value is (193,46,237). Sum of RGB (Red+Green+Blue) = 193+46+237=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 46 (18.36% from 255 or 9.66% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #C12EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12EED is #3ED112. Grayscale: #6F6F6F. Windows color (decimal): -4116755 or 15544001. OLE color: 15544001.

HSL color Cylindrical-coordinate representation of color #C12EED: hue angle of 286.18º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12EED is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19346237-
CMYK0.190.8100.07
HSL286.18º84.14%55.49%-
HSV(B)286.18º80.59%92.94%-
XYZ38.2619.4181.85-
YUV111.73198.7185.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.55%
GREEN value IS 46 (18.36% from 255) = 9.66%
BLUE value IS 237 (92.97% from 255) = 49.79%
R=40.55%
G=9.66%
B=49.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal193462370.190.8100.07286.1884.1455.49
HexC12EED13510711e5437
Octal30156355231210743612467
Binary110000011011101110110110011101000101111000111101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c12eed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c12eed; }

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

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

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

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

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

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

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

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