#C12CE9

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

Shades of Medium Orchid #C12CE9

Tints of Medium Orchid #C12CE9

Color information

#C12CE9 (or 0xC12CE9) is unknown color: approx Medium Orchid. HEX triplet: C1, 2C and E9. RGB value is (193,44,233). Sum of RGB (Red+Green+Blue) = 193+44+233=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #C12CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12CE9 is #3ED316. Grayscale: #6D6D6D. Windows color (decimal): -4117271 or 15281345. OLE color: 15281345.

HSL color Cylindrical-coordinate representation of color #C12CE9: hue angle of 287.3º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12CE9 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19344233-
CMYK0.170.8100.09
HSL287.3º81.12%54.31%-
HSV(B)287.3º81.12%91.37%-
XYZ37.619.0278.78-
YUV110.1197.36187.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.06%
GREEN value IS 44 (17.58% from 255) = 9.36%
BLUE value IS 233 (91.41% from 255) = 49.57%
R=41.06%
G=9.36%
B=49.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal193442330.170.8100.09287.381.1254.31
HexC12CE911510911f5136
Octal301543512112101143712166
Binary1100000110110011101001100011010001010011000111111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12CE9; }

 p { color: rgb(193,44,233); }

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

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

 a { background-color: rgb(193,44,233); }

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

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

 span { border-color: rgb(193,44,233); }

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