#C12EEA

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

Shades of Medium Orchid #C12EEA

Tints of Medium Orchid #C12EEA

Color information

#C12EEA (or 0xC12EEA) is unknown color: approx Medium Orchid. HEX triplet: C1, 2E and EA. RGB value is (193,46,234). Sum of RGB (Red+Green+Blue) = 193+46+234=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #C12EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12EEA is #3ED115. Grayscale: #6E6E6E. Windows color (decimal): -4116758 or 15347393. OLE color: 15347393.

HSL color Cylindrical-coordinate representation of color #C12EEA: hue angle of 286.91º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12EEA is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19346234-
CMYK0.180.8000.08
HSL286.91º81.74%54.9%-
HSV(B)286.91º80.34%91.76%-
XYZ37.8219.2379.56-
YUV111.38197.2186.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 46 (18.36% from 255) = 9.73%
BLUE value IS 234 (91.80% from 255) = 49.47%
R=40.80%
G=9.73%
B=49.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal193462340.180.8000.08286.9181.7454.9
HexC12EEA12500811f5237
Octal301563522212001043712267
Binary1100000110111011101010100101010000010001000111111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12EEA; }

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

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

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

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

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

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

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

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